Skip to main content

FormItemBaseActualAppearance.TextFontSize Property

Gets the font size value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontSize property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double TextFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also