Back to Devexpress

NumericEdit.AffixFontSize Property

maui-devexpress-dot-maui-dot-editors-dot-numericedit-9db0e6cd.md

latest1.4 KB
Original Source

NumericEdit.AffixFontSize Property

Gets or sets the font size of the prefix and suffix text. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
[TypeConverter(typeof(FontSizeConverter))]
public double AffixFontSize { get; set; }

Property Value

TypeDefaultDescription
Double0

The prefix/suffix text font size.

|

Remarks

You can also use the AffixFontAttributes and AffixFontFamily properties to customize the prefix/suffix text font, AffixColor and DisabledAffixColor to change the prefix/suffix color, and AffixIndent to specify the distance between the affix and input number.

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace