FMX.Edit.Style.TStyledEdit.TextHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextHeight: Single read FTextHeight;

C++

__property float TextHeight = {read=FTextHeight};

Properties

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

Description

Represents the height in pixels of the text within the control.

See Also