DXColorSelector.ItemCornerRadius Property
Gets or sets the corner radius applied to DXColorSelector colors. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public CornerRadius ItemCornerRadius { get; set; }
Property Value
Type | Description |
---|---|
CornerRadius | The corner radius. |
See Also