Back to Devexpress

FourteenSegmentsView Class

wpf-devexpress-dot-xpf-dot-gauges-b7501438.md

latest2.6 KB
Original Source

FourteenSegmentsView Class

A fourteen segments symbols panel type of digital gauge control.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class FourteenSegmentsView :
    SegmentsView
vb
Public Class FourteenSegmentsView
    Inherits SegmentsView

Remarks

A FourteenSegmentsView type, which is shown in the image below, allows you to display a symbol on the symbols panel using 14 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 FourteenSegmentsView object.

xaml
<dxga:DigitalGaugeControl Name="digitalGaugeControl1" Text="123.45" VerticalAlignment="Center">
      <dxga:DigitalGaugeControl.Layers>
            <dxga:DigitalGaugeLayer />
      </dxga:DigitalGaugeControl.Layers>
      <dxga:DigitalGaugeControl.SymbolView>
            <dxga:FourteenSegmentsView />
      </dxga:DigitalGaugeControl.SymbolView>
</dxga:DigitalGaugeControl>

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject SymbolViewBase SegmentsView FourteenSegmentsView

See Also

FourteenSegmentsView Members

DevExpress.Xpf.Gauges Namespace