Skip to main content
A newer version of this page is available. .

RadialMenu.ButtonBorderColor Property

Gets or sets the border color of the central button.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

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