Skip to main content
ON

DXColorSelector.SelectionBorderCornerRadius Property

Gets or sets the corner radius of the selection border within the DXColorSelector. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public CornerRadius SelectionBorderCornerRadius { get; set; }

Property Value

Type Description
CornerRadius

The selection border’s corner radius.

See Also