FMX.Edit.Style.TStyledEdit.LineTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LineTop: Single read FLineTop;

C++

__property float LineTop = {read=FLineTop};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

Description

Represents the position of the line on the top of the content within the control.

Use LineTop for content alignment purposes.

See Also