FMX.Controls.TPopup.VerticalOffset

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

Delphi

property VerticalOffset: Single read FVerticalOffset write FVerticalOffset;

C++

__property float VerticalOffset = {read=FVerticalOffset, write=FVerticalOffset};

プロパティ

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


説明

ターゲットの開始点と TPopup の整列点との間の、垂直距離を設定および取得します。

ターゲットの開始点と整列点を設定するには、PlacementTargetPlacementPlacementRectangle の各プロパティを使用します。

Placement が次の値のいずれのかの場合、VerticalOffset の効果はなくなります: AbsoluteMouseMouseCenter

関連項目