OMathGroupChar.AlignTop Property
Returns or sets a Boolean that represents whether the grouping character is aligned vertically with the surrounding text or whether the base text that is either above or below the grouping character is aligned vertically with the surrounding text. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AlignTop As Boolean
Get
Set
'Usage
Dim instance As OMathGroupChar
Dim value As Boolean
value = instance.AlignTop
instance.AlignTop = value
bool AlignTop { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
True indicates that the grouping character is aligned vertically with the surrounding text. False indicates that the base text that is either above or below the grouping character is aligned vertically with the surrounding text.