Chip.IconIndent Property
In This Article
Gets or sets the indent between the icon and text.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double IconIndent { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies indent (in pixels) between the icon and text. |
See Also