A SevenSegmentsView type, which is shown in the image below, allows you to display a symbol on the Symbols Panel using 7 segments that can be turned either on or off.

For more information, refer to the Symbols Panel topic.

Example
The following sample shows how to create a SevenSegmentsView object of the Digital Gauge control.
XAML |
<dxga:DigitalGaugeControl Name="digitalGaugeControl1" Text="123.4.5" VerticalAlignment="Center" >
<dxga:DigitalGaugeControl.Layers>
<dxga:DigitalGaugeLayer />
</dxga:DigitalGaugeControl.Layers>
<dxga:DigitalGaugeControl.SymbolView>
<dxga:SevenSegmentsView />
</dxga:DigitalGaugeControl.SymbolView>
</dxga:DigitalGaugeControl>
|
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
GaugeDependencyObject
SymbolViewBase
SegmentsView
SevenSegmentsView