FMX.Objects.TSelectionPoint.Height

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

Delphi

property Height: Single read GetHeight write SetHeight stored False;

C++

__property Height;

プロパティ

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


説明

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

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

関連項目