FMX.Controls.TPopup.VerticalOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VerticalOffset: Single read FVerticalOffset write FVerticalOffset;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup

Description

Sets and gets the vertical distance between the target origin and the TPopup alignment point.

To set the target origin and the alignment point, use the PlacementTarget, Placement, and PlacementRectangle properties.

VerticalOffset has no effect if Placement has one of the values: Absolute, Mouse, MouseCenter.

See Also