ToolbarColorSelector.Background Property
Gets or sets the ToolbarColorSelector background’s brush. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Brush Background { get; set; }
Property Value
Type | Description |
---|---|
Brush | The brush used to color the ToolbarColorSelector background. |
See Also