ChipGroup.ChipIconIndent Property
In This Article
Gets or sets the indent of the icon from text for chips in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double ChipIconIndent { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies an indent. |
See Also