Matrix.MatrixProperties Property
Matrix Properties.Represents the element tag in schema: m:mPr
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MatrixProperties As MatrixProperties
Get
Set
'Usage
Dim instance As Matrix
Dim value As MatrixProperties
value = instance.MatrixProperties
instance.MatrixProperties = value
public MatrixProperties MatrixProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.MatrixProperties