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
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