Skip to main content

LinearGaugeLayer.Presentation Property

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

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public LinearGaugeLayerPresentation Presentation { get; set; }

Property Value

Type Description
DevExpress.Xpf.Gauges.LinearGaugeLayerPresentation

A DevExpress.Xpf.Gauges.LinearGaugeLayerPresentation object.

See Also