Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
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