Back to Devexpress

ArcScale.SpindleCapOptions Property

wpf-devexpress-dot-xpf-dot-gauges-dot-arcscale-14a99ea8.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public SpindleCapOptions SpindleCapOptions { get; set; }
vb
Public Property SpindleCapOptions As SpindleCapOptions

Property Value

TypeDescription
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

ArcScale Class

ArcScale Members

DevExpress.Xpf.Gauges Namespace