FMX.Controls.TPopup.HorizontalOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorizontalOffset: Single read FHorizontalOffset write FHorizontalOffset;

C++

__property float HorizontalOffset = {read=FHorizontalOffset, write=FHorizontalOffset};

Properties

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

Description

Sets and gets the horizontal 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.

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

See Also