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