MathProperties.PostSpacing Property
Post-Equation Spacing.Represents the element tag in schema: m:postSp
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PostSpacing As PostSpacing
Get
Set
'Usage
Dim instance As MathProperties
Dim value As PostSpacing
value = instance.PostSpacing
instance.PostSpacing = value
public PostSpacing PostSpacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.PostSpacing