Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathNary Class / Grow Property

In This Topic
    Grow Property (OMathNary)
    In This Topic
    Gets or sets whether Operator grows vertically to match its operand height.

    Default value is false.

    Microsoft Word ignores this property when the OMathStruct.ParentOMath is in OMathMode.Display mode and always stretch the operator character.

    Syntax
    'Declaration
     
    Public Property Grow As System.Boolean
    public System.bool Grow {get; set;}
    See Also