EditBaseActualAppearance.TextFontSize Property
Gets the text font size value that is applied to the EditBase. 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 text font size. |
See Also