FMX.Types.TBounds.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Single read FLeft write SetLeft stored IsLeftStored nodefault;

C++

__property float Left = {read=FLeft, write=SetLeft, stored=IsLeftStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Specifies the left edge of the margin.

Use the Left property to set and get the left edge of the margin.

See Also