Skip to main content
A newer version of this page is available. .

TextEdit.AffixFontSize Property

Gets or sets the font size of the prefix and suffix text.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

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

Property Value

Type Description
Double

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