Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathGroupCharacter Class / VerticalJustification Property

In This Topic
    VerticalJustification Property
    In This Topic
    Gets or sets the vertical layout of the group character structure.

    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.

    Syntax
    'Declaration
     
    Public Property VerticalJustification As OMathVerticalJustification
    public OMathVerticalJustification VerticalJustification {get; set;}
    See Also