FMX.Types.TBounds.Right
Delphi
property Right: Single read FRight write SetRight stored IsRightStored nodefault;
C++
__property float Right = {read=FRight, write=SetRight, stored=IsRightStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBounds |
Description
Specifies the right edge of the margin.
Use the Right property to set and get the right edge of the margin.