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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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