grow_to_match_operand_height property

grow_to_match_operand_height property

Specifies the growth of BeginningCharacter, SeparatorCharacter, EndingCharacter When true, the delimiters grows vertically to match its operand height. The default value is true

Definition:

@property
def grow_to_match_operand_height(self):
    ...

@grow_to_match_operand_height.setter
def grow_to_match_operand_height(self, value):
    ...

See Also