Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpindleCapOptions.FactorHeight Property

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

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v24.2.dll

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public double FactorHeight { get; set; }

#Property Value

Type Description
Double

A Double value that is the spindle cap’s height multiplier.

#Property Paths

You can access this nested property as listed below:

Object Type Path to FactorHeight
ArcScale
.SpindleCapOptions .FactorHeight

#Remarks

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

The following images illustrate the property behavior.

FactorHeight = 1 FactorHeight = 2 FactorHeight = 3
SpindleCapOptions_FactorWidth(Height)_1 SpindleCapOptions_FactorHeight_2 SpindleCapOptions_FactorHeight_3

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

See Also