Skip to main content

LinearScaleRange.Presentation Property

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

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v26.1.dll

Declaration

public LinearScaleRangePresentation Presentation { get; set; }

Property Value

Type Description
DevExpress.Xpf.Gauges.LinearScaleRangePresentation

A DevExpress.Xpf.Gauges.LinearScaleRangePresentation object.

See Also