nary_grow property

nary_grow property

This property specifies the growth property of the delimiter at the document level. When off, the delimiter will not grow to match the size of its component height. When enabled, the delimiter grows vertically to match its component height.

Definition:

@property
def nary_grow(self):
    ...
@nary_grow.setter
def nary_grow(self, value):
    ...

See Also