Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathEquationArray Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (OMathEquationArray)
    In This Topic
    Gets or sets the vertical justification of the equation array.

    Default value is OMathVerticalAlignment.Center.

    Syntax
    'Declaration
     
    Public Property VerticalAlignment As OMathVerticalAlignment
    public OMathVerticalAlignment VerticalAlignment {get; set;}
    See Also