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