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

RadialMenu.ArcHoveredThickness Property

Gets or sets the thickness of arcs that mark hovered items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(3)]
[DXCategory("Appearance")]
public int ArcHoveredThickness { get; set; }

Property Value

Type Default Description
Int32 3

An integer value that specifies the thickness of arcs that mark hovered items.

See Also