ChipGroup.ChipCornerRadius Property
In This Article
Gets or sets a corner radius for chips in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public CornerRadius ChipCornerRadius { get; set; }
#Property Value
Type | Description |
---|---|
Corner |
A structure that specifies a corner radius. |
See Also