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

ArcScale.SpindleCapOptions Property

Gets or sets the options that specify the position and format for a spindle cap displayed on the scale.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public SpindleCapOptions SpindleCapOptions { get; set; }

#Property Value

Type Description
SpindleCapOptions

A SpindleCapOptions object that contains spindle cap settings.

#Remarks

Use the SpindleCapOptions object returned by the SpindleCapOptions property to customize different spindle cap settings (e.g. SpindleCapOptions.FactorHeight and SpindleCapOptions.FactorWidth to change the spindle cap shape on the scale).

See Also