Back to Devexpress

TextEdit.AffixFontSize Property

maui-devexpress-dot-maui-dot-editors-dot-textedit-f164ff2f.md

latest1.4 KB
Original Source

TextEdit.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 text.

See Also

TextEdit Class

TextEdit Members

DevExpress.Maui.Editors Namespace