OMathMat.Align Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a WdOMathVertAlignType constant that represents the vertical alignment for a matrix. Read/write.
public:
property Microsoft::Office::Interop::Word::WdOMathVertAlignType Align { Microsoft::Office::Interop::Word::WdOMathVertAlignType get(); void set(Microsoft::Office::Interop::Word::WdOMathVertAlignType value); };
public Microsoft.Office.Interop.Word.WdOMathVertAlignType Align { get; set; }
member this.Align : Microsoft.Office.Interop.Word.WdOMathVertAlignType with get, set
Public Property Align As WdOMathVertAlignType