FMX.TextLayout.TTextLayout.TopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopLeft: TPointF read FTopLeft write FTopLeft;

C++

__property System::Types::TPointF TopLeft = {read=FTopLeft, write=FTopLeft};

Properties

Type Visibility Source Unit Parent
property public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Specifies the point from the top left corner of the layout.

Use TopLeft to set the layout position within the canvas.

See Also