TextEditActualAppearance.AffixFontSize Property
Gets the affix font size value that is applied to the TextEdit. To specify this value, use the AffixFontSize property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double AffixFontSize { get; }
Property Value
Type | Description |
---|---|
Double | The affix font size value. |
See Also