Skip to main content

ToolbarColorSelector.SelectionBorderCornerRadius Property

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public CornerRadius SelectionBorderCornerRadius { get; set; }

Property Value

Type Description
CornerRadius

The selection border’s corner radius.

See Also