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

DigitalGaugeLayer.Presentation Property

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

Namespace: DevExpress.Xpf.Gauges

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public DigitalGaugeLayerPresentation Presentation { get; set; }

Property Value

Type Description
DigitalGaugeLayerPresentation

A DigitalGaugeLayerPresentation object.

See Also