FMX.StdCtrls.TCustomCornerButton.Sides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sides: TSides read FSides write SetSides stored IsSidesStored;

C++

__property Fmx::Types::TSides Sides = {read=FSides, write=SetSides, stored=IsSidesStored, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomCornerButton

Description

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