FilterRangeItemBaseActualAppearance.EditorTextFontSize Property
Gets the font size value that is applied to the FilterRangeItemBase descendant. 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 EditorTextFontSize { get; }
Property Value
Type | Description |
---|---|
Double | The font size value. |
See Also