Back to Devexpress

ArcScale.ShowSpindleCap Property

wpf-devexpress-dot-xpf-dot-gauges-dot-arcscale-a85fb22c.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public DefaultBoolean ShowSpindleCap { get; set; }
vb
Public Property ShowSpindleCap As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

ArcScale Class

ArcScale Members

DevExpress.Xpf.Gauges Namespace