Skip to main content

Scale.ShowLine Property

Indicates whether or not a line 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 ShowLine { get; set; }

Property Value

Type Description
Boolean

true, to show a line on a scale; otherwise, false.

Remarks

For more information on scale lines, refer to the Line (Circular Scale) and Line (Linear Scale) documents.

See Also