'Declaration Public Property VerticalJustification As OMathVerticalJustification
public OMathVerticalJustification VerticalJustification {get; set;}
This property combines with the Position property. For example, when the group character is above, VerticalJustification of top signifies that the top of the structure falls on the baseline; when VerticalJustification is set to bot, the bottom of the structure is on the baseline.
Default value is OMathVerticalJustification.Top.
'Declaration Public Property VerticalJustification As OMathVerticalJustification
public OMathVerticalJustification VerticalJustification {get; set;}