Back to Devexpress

SpindleCapOptions.FactorHeight Property

wpf-devexpress-dot-xpf-dot-gauges-dot-spindlecapoptions.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double FactorHeight { get; set; }
vb
Public Property FactorHeight As Double

Property Value

TypeDescription
Double

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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 = 1FactorHeight = 2FactorHeight = 3

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

See Also

FactorWidth

SpindleCapOptions Class

SpindleCapOptions Members

DevExpress.Xpf.Gauges Namespace