Back to Devexpress

RadialMenu.SubMenuHoverColor Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-650f8ddb.md

latest2.0 KB
Original Source

RadialMenu.SubMenuHoverColor Property

Gets or sets the color used to paint the menu’s border segment corresponding to a sub-menu when it is hovered over.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

The color used to paint the menu’s border segment corresponding to a sub-menu when it is hovered over.

|

Remarks

When a sub-menu within a Radial Menu is not hovered over, its border is painted with the color specified by the RadialMenu.MenuColor property. When the sub-menu is hovered over, the border color is changed to SubMenuHoverColor.

See RadialMenu.BorderColor to learn more.

See Also

MenuColor

BorderColor

ButtonBorderColor

PaintStyle

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace