windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-bd25af1e.md
Gets or sets the style used to paint the current RadialMenu.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(PaintStyle.Skin)]
[DXCategory("Layout")]
public PaintStyle PaintStyle { get; set; }
<DefaultValue(PaintStyle.Skin)>
<DXCategory("Layout")>
Public Property PaintStyle As PaintStyle
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Ribbon.PaintStyle | Skin |
A PaintStyle enumeration value specifying the style used to paint the current RadialMenu.
|
The PaintStyle property allows you to specify the style used to paint the current RadialMenu. The PaintStyle enumeration provides values listed in the table below.
|
PaintStyle
|
Description
| | --- | --- | |
Classic
|
The Radial Menu is painted using the default colors. The figures below demonstrate this paint scheme.
| |
Skin
|
The Radial Menu is painted using a skin provided by the bar and dock controller. In the following figures, you can see the Radial Menu with the Visual Studio 2013 Blue skin applied.
|
You can override color settings for individual visual elements of a RadialMenu with the RadialMenu.MenuColor, RadialMenu.BorderColor, RadialMenu.SubMenuHoverColor and RadialMenu.ButtonBorderColor properties.
See Also