Skip to main content

ArcScale.ShowSpindleCap Property

Gets or sets a value indicating whether a spindle cap should be shown or not.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowSpindleCap { get; set; }

Property Value

Type Description
Boolean

true to show a spindle cap; false to hide it.

See Also