MatrixView8x14 Class
A matrix8x14 symbols panel type of a digital gauge control.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
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.
<dxga:MatrixView8x14.Options>
<dxga:SymbolOptions SkewAngleX="5" SkewAngleY="5" />
</dxga:MatrixView8x14.Options>
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references 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.