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.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public DefaultBoolean ShowSpindleCap { get; set; }
#Property Value
Type | Description |
---|---|
Default |
true to show a spindle cap; false to hide it. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|