Skip to main content

ArcScale.ShowSpindleCap Property

Gets or sets a value indicating whether a spindle cap should be shown or not.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "Invalidate")]
public bool ShowSpindleCap { get; set; }

Property Value

Type Description
Boolean

true to show a spindle cap; false to hide it.

See Also