Skip to main content

RadialMenu.ButtonBorderColor Property

Gets or sets the border color of the central button.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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