Skip to main content

MatrixView5x8.Presentation Property

Gets or sets the current presentation that specifies the appearance of the 5x8 matrix.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public Matrix5x8Presentation Presentation { get; set; }

Property Value

Type Description
Matrix5x8Presentation

A Matrix5x8Presentation object.

See Also