Back to Devexpress

RadialMenu.MenuColor Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-9e27553a.md

latest2.5 KB
Original Source

RadialMenu.MenuColor Property

Gets or sets the secondary RadialMenu‘s color.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Color MenuColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property MenuColor As Color

Property Value

TypeDescription
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 :

See Also

BorderColor

SubMenuHoverColor

ButtonBorderColor

PaintStyle

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace