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

ArcScale.ShowSpindleCap Property

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

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v21.1.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public DefaultBoolean ShowSpindleCap { get; set; }

Property Value

Type Description
DefaultBoolean

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

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also