System.Types.TSizeF.Height
Delphi
property Height: Single read cy write cy;
C++
__property float Height = { read=cy, write=cy };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Types.pas SystemTypes.h |
System.Types | TSizeF |
説明
TSizeF オブジェクトの高さを示します。
Height プロパティの型は Single です。