TextEdit.AffixIndent Property
In This Article
Gets or sets the distance between the affix and input text.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double AffixIndent { get; set; }
#Property Value
Type | Description |
---|---|
Double | The affix indent. |
#Remarks
See Also