Skip to main content
A newer version of this page is available. .

LinearScaleRangeBar.Presentation Property

Gets or sets the current presentation that specifies the appearance of the range bar.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public LinearScaleRangeBarPresentation Presentation { get; set; }

Property Value

Type Description
DevExpress.Xpf.Gauges.LinearScaleRangeBarPresentation

A DevExpress.Xpf.Gauges.LinearScaleRangeBarPresentation object.

See Also