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