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