FMX.Types.TControlSize.Height
Delphi
property Height: Single read GetHeight write SetHeight stored StoreWidthHeight nodefault;
C++
__property float Height = {read=GetHeight, write=SetHeight, stored=StoreWidthHeight};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControlSize |
説明
TControlSize の高さを表します。
このプロパティを使用すると、TControlSize の高さを設定または取得することができます。