windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-9e27553a.md
Gets or sets the secondary RadialMenu‘s color.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public Color MenuColor { get; set; }
<DXCategory("Appearance")>
Public Property MenuColor As Color
| Type | Description |
|---|---|
| Color |
A Color used to paint the current RadialMenu‘s inner elements.
|
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 :
See Also