ToolbarContentItemBase.BackgroundColor Property
Gets or sets a ToolbarContentItemBase descendant’s 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 | A ToolbarContentItemBase descendant’s background color. |
See Also