Skip to main content

ToolbarContentItemBase.Background Property

Gets or sets a ToolbarContentItemBase descendant’s background 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

A ToolbarContentItemBase descendant’s background brush.

See Also