FMX.Edit.Style.TStyledEdit.LineHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LineHeight: Single read FLineHeight;

C++

__property float LineHeight = {read=FLineHeight};

Properties

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

Description

Represents the height of the line in the control.

Use LineHeight for content alignment purposes.

See Also