DigitalGaugeControl.ActualSymbolView Property
In This Article
Gets the actual symbol view of the DigitalGaugeControl.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
[Browsable(false)]
public SymbolViewBase ActualSymbolView { get; }
#Property Value
Type | Description |
---|---|
Symbol |
A Symbol |
See Also