MathProperties.DisplayDefaults Property
Use Display Math Defaults.Represents the element tag in schema: m:dispDef
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DisplayDefaults As DisplayDefaults
Get
Set
'Usage
Dim instance As MathProperties
Dim value As DisplayDefaults
value = instance.DisplayDefaults
instance.DisplayDefaults = value
public DisplayDefaults DisplayDefaults { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.DisplayDefaults