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

In This Topic
    VerticalAlignment Property (OMathMatrix)
    In This Topic
    Gets or sets the vertical justification of the matrix.

    Default value is OMathVerticalAlignment.Center.

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