Back to Devexpress

RadialMenu.PaintStyle Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-bd25af1e.md

latest3.6 KB
Original Source

RadialMenu.PaintStyle Property

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

Declaration

csharp
[DefaultValue(PaintStyle.Skin)]
[DXCategory("Layout")]
public PaintStyle PaintStyle { get; set; }
vb
<DefaultValue(PaintStyle.Skin)>
<DXCategory("Layout")>
Public Property PaintStyle As PaintStyle

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Ribbon.PaintStyleSkin

A PaintStyle enumeration value specifying the style used to paint the current RadialMenu.

|

Remarks

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

MenuColor

BorderColor

SubMenuHoverColor

ButtonBorderColor

BackColor

Controller

Manager

Look and Feel

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace