Skip to main content

EditBaseActualAppearance.BottomTextFontSize Property

Gets the bottom text’s font size value that is applied to the EditBase. To specify this value, use the BottomTextFontSize property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double BottomTextFontSize { get; }

Property Value

Type Description
Double

the bottom text’s font size.

See Also