ToolbarColorSelector.BackgroundColor Property
In This Article
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
C#
public Color BackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The Toolbar |
See Also