Skip to main content

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

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

Property Value

Type Default Description
Double 0

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