Skip to main content

Scale.ShowLine Property

Indicates whether or not a line 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 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