Skip to main content

Scale.ShowLabels Property

Gets or sets a value indicating whether or not labels should be displayed on a scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "Invalidate")]
public bool ShowLabels { get; set; }

Property Value

Type Description
Boolean

true to show labels on a scale; otherwise false.

See Also