Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RadialMenu.MenuColor Property

Gets or sets the secondary RadialMenu‘s color.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.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