Chip.RoundedIcon Property
Gets or sets whether the chip icons are rounded.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool RoundedIcon { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if chip icons are rounded; otherwise, false. |
See Also