Back to Devexpress

MatrixView5x8 Class

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

latest2.4 KB
Original Source

MatrixView5x8 Class

A matrix5x8 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 MatrixView5x8 :
    MatrixView
vb
Public Class MatrixView5x8
    Inherits MatrixView

Remarks

A Matrix5x8View type, which is shown in the image below, allows you to display a symbol on the symbols panel using 5 horizontal and 8 vertical matrix cells 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 MatrixView5x8 object.

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

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject SymbolViewBase MatrixView MatrixView5x8

See Also

MatrixView5x8 Members

DevExpress.Xpf.Gauges Namespace