Skip to main content

SpindleCapOptions.FactorWidth Property

Gets or sets a value by which the spindle cap‘s width should be multiplied.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "NotifyDependencyPropertyChanged")]
public double FactorWidth { get; set; }

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 FactorWidth
ArcScale
.SpindleCapOptions .FactorWidth

Remarks

Use the SpindleCapOptions.FactorHeight and FactorWidth properties to modify the spindle cap’s proportion on a scale.

For more information on spindle caps, refer to the Spindle Cap document.

See Also