SpindleCapOptions.FactorHeight Property
In This Article
Gets or sets a value by which the spindle cap‘s height should be multiplied.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#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 Factor |
---|---|
Arc |
|
#Remarks
Use the FactorHeight and SpindleCapOptions.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