SubSuperscriptProperties.AlignScripts Property
Align Scripts.Represents the element tag in schema: m:alnScr
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property AlignScripts As AlignScripts
Get
Set
'Usage
Dim instance As SubSuperscriptProperties
Dim value As AlignScripts
value = instance.AlignScripts
instance.AlignScripts = value
public AlignScripts AlignScripts { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.AlignScripts
Returns AlignScripts.
See Also
Reference
SubSuperscriptProperties Class