Skip to main content

LinearScale.LinePresentation Property

Gets or sets the current presentation that specifies the appearance of a line.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public LinearScaleLinePresentation LinePresentation { get; set; }

Property Value

Type Description
DevExpress.Xpf.Gauges.LinearScaleLinePresentation

A DevExpress.Xpf.Gauges.LinearScaleLinePresentation object.

See Also