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