FMX.Objects.TSelectionPoint.Width

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Width: Single read GetWidth write SetWidth stored False;

C++

__property Width;

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelectionPoint


説明

選択ポイント オブジェクトの境界を表す四角形を示します。

WidthHeight で選択ポイントの境界を表す四角形が定義されます。この境界を表す四角形の上にマウス ポインタが置かれると、選択ポイントが選択されます。

関連項目