Back to Devexpress

RadialMenu.ButtonBorderColor Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-292bc2b4.md

latest1.5 KB
Original Source

RadialMenu.ButtonBorderColor Property

Gets or sets the border color of the central button.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

A Color value that specifies the central button border color.

|

Remarks

If the ButtonBorderColor property is not specified, the RadialMenu.MenuColor property specifies the button border color.

See Also

MenuColor

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace