Skip to main content

RadialMenu.MenuColor Property

Gets or sets the secondary RadialMenu‘s color.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Color

A Color used to paint the current RadialMenu‘s inner elements.

Remarks

The MenuColor is used to paint the sub-menus’ border segments in the normal state (hovered sub-menus are painted according to the RadialMenu.SubMenuHoverColor property), arcs that mark selected items and a frame around a central RadialMenu button (see RadialMenu.ButtonBorderColor). The primary RadialMenu color that is used to paint a menu’s outer border is specified via the RadialMenu.BorderColor property.

The figure below illustrates the RadialMenu‘s painted in black MenuColor:

RadialMenu MenuColor

See Also