FMX.Objects.TRectangle.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 published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TRectangle

Description

Specifies which sides of the TRectangle 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 Corners set.

By default, all sides of the rectangle are displayed.

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

If Sides is empty, then no side is displayed.

See Also