shrink_to_fit property

shrink_to_fit property

Represents if text automatically shrinks to fit in the available column width.

Definition:

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

See Also