FMX.Controls3D.TControl3D.Width
Delphi
property Width: Single read FWidth write SetWidth;
C++
__property float Width = {read=FWidth, write=SetWidth};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
説明
3D コントロールの幅を示します。
Width を使用すると、コントロールの幅を読み取り、変更することができます。