ToolbarColorSelector.BorderThickness Property
Gets or sets thickness of the ToolbarColorSelector border. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type | Description |
---|---|
Thickness | The ToolbarColorSelector border thickness. |
See Also