SpindleCapOptions.FactorWidth Property
In This Article
Gets or sets a value by which the spindle cap‘s width should be multiplied.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that is the spindle cap’s width multiplier. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Factor |
---|---|
Arc |
|
#Remarks
Use the SpindleCapOptions.FactorHeight and FactorWidth properties to modify the spindle cap’s proportion on a scale.
The following images illustrate the property behavior.
Factor |
Factor |
Factor |
---|---|---|
![]() |
![]() |
![]() |
For more information on spindle caps, refer to the Spindle Cap document.
See Also