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