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

DigitalGaugeControl.ActualSymbolView Property

Gets the actual symbol view of the DigitalGaugeControl.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

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

Property Value

Type Description
SymbolViewBase

A SymbolViewBase class descendant that is the actual symbol view.

See Also