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.v18.2.dll

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 value is determined by the current object’s parent object setting (e.g., a control setting).

See Also