Back to Devexpress

MatrixView8x14 Class

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

latest3.3 KB
Original Source

MatrixView8x14 Class

A matrix8x14 symbols panel type of a digital gauge control.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class MatrixView8x14 :
    MatrixView
vb
Public Class MatrixView8x14
    Inherits MatrixView

Remarks

A Matrix8x14View type, which is shown in the image below, allows you to display a symbol on the symbols panel using 8 horizontal and 14 vertical matrix cells that can be turned either on or off.

For more information, refer to the Symbols Panel topic.

Example

The following example illustrates how to customize options of the MatrixView8x14 object.

View Example

xaml
<dxga:MatrixView8x14.Options>
    <dxga:SymbolOptions SkewAngleX="5" SkewAngleY="5" />
</dxga:MatrixView8x14.Options>

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MatrixView8x14 class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-gauges-set-width-and-height-of-symbols-in-digital-gauge-control/CS/MainWindow.xaml#L16

xml
<dxga:DigitalGaugeControl.SymbolView>
    <dxga:MatrixView8x14 x:Name="matrixView"/>
</dxga:DigitalGaugeControl.SymbolView>

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject SymbolViewBase MatrixView MatrixView8x14

See Also

MatrixView8x14 Members

DevExpress.Xpf.Gauges Namespace