EditBase.IconIndent Property
Gets or sets the distance between an icon and input text (affix).
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double IconIndent { get; set; }
Property Value
Type | Description |
---|---|
Double | Icon indent. |
See Also