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