Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathDelimiter Class / Shape Property

In This Topic
    Shape Property
    In This Topic
    Gets or sets the shape of delimiter characters in the delimiter structure.

    If the Grow property is set to false the value is always OMathShapeDelimiter.Match.

    Default value is OMathShapeDelimiter.Centered.

    Syntax
    'Declaration
     
    Public Property Shape As OMathShapeDelimiter
    public OMathShapeDelimiter Shape {get; set;}
    See Also