Skip to main content

ToolbarColorSelector.SelectionBorderPadding Property

Gets or sets paddings 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 SelectionBorderPadding { get; set; }

Property Value

Type Description
Thickness

Paddings of the selection border.

See Also