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.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool ShowLabels { get; set; }

#Property Value

Type Description
Boolean

true to show labels on a scale; otherwise false.

See Also