Skip to main content
A newer version of this page is available. .

RadialMenu.BackColor Property

Gets or sets the Radial Menu’s background color.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Color BackColor { get; set; }

Property Value

Type Description
Color

The Radial Menu’s background color.

Remarks

RadialMenu-BackgroundAndBorder

See Also