OMathDelim.Shape 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 WdOMathShapeType constant that represents the appearance of delimiters (for example, parentheses, braces, and brackets) in relationship to the content that they surround. Read/write.
public:
property Microsoft::Office::Interop::Word::WdOMathShapeType Shape { Microsoft::Office::Interop::Word::WdOMathShapeType get(); void set(Microsoft::Office::Interop::Word::WdOMathShapeType value); };
public Microsoft.Office.Interop.Word.WdOMathShapeType Shape { get; set; }
member this.Shape : Microsoft.Office.Interop.Word.WdOMathShapeType with get, set
Public Property Shape As WdOMathShapeType