ChipGroup.ChipIconIndent Property
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
public double ChipIconIndent { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies an indent. |
See Also