ToolbarColorSelector.SelectionBorderThickness Property
Gets or sets the thickness 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 Thickness SelectionBorderThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness | The selection border’s thickness. |
See Also