FMX.Objects.TSelectionPoint.SetHeight

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

Delphi

procedure SetHeight(const Value: Single); override;

C++

virtual void __fastcall SetHeight(const float Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelectionPoint


説明

Height プロパティの設定関数です。

ValueHeight プロパティの新しい値を指定します。

TSelectionPoint オブジェクトにスタイルが適用されていない場合、SetHeight は、Height = 2*GripSize に設定します。 指定された Value は無視されます。

関連項目