Skip to main content

DigitalGaugeControl.ActualSymbolView Property

Gets the actual symbol view of the DigitalGaugeControl.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

[Browsable(false)]
public SymbolViewBase ActualSymbolView { get; }

Property Value

Type Description
SymbolViewBase

A SymbolViewBase class descendant that is the actual symbol view.

See Also