FMX.Objects.TRectangle.Sides
From RAD Studio API Documentation
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 | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TRectangle |
Description
Specifies which sides of the rectangle to display.
A side is a rectangle 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 set of Corners.
Sides is a set of constants defined in the FMX.Types.TSide type: sdTop, sdLeft, sdBottom, and sdRight.
Use SetSides to define which sides to include into the set of Sides to display.
By default, all sides of the rectangle are displayed Sides = AllSides.