FMX.Types.TBounds.Left
Delphi
property Left: Single read FLeft write SetLeft stored IsLeftStored nodefault;
C++
__property float Left = {read=FLeft, write=SetLeft, stored=IsLeftStored};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBounds |
説明
マージンの左端を示します。
Left プロパティを使用すると、マージンの左端を設定および取得することができます。