API:FMX.StdCtrls.TCornerButton.Sides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sides: TSides read FSides write SetSides stored IsSidesStored;

C++

__property Sides;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCornerButton

Description

Specifies which sides of the control to display.

FMX.StdCtrls.TCornerButton.Sides inherits from FMX.StdCtrls.TCustomCornerButton.Sides. All content below this line refers to FMX.StdCtrls.TCustomCornerButton.Sides.

Specifies which sides of the control to display.

A side is a button boundary between two adjacent corners or end points of corner customizations. End points of corner customizations are defined by XRadius and YRadius. A corner customization applies to corners included into the Corners set.

By default, all sides of the control are displayed.

Sides can contain a set of values defined in TSide: Top, Left, Bottom, and Right. Use the AllSides constant to select all sides.

See Also