integral_height property

integral_height property

Indicates whether the control will only show complete lines of text without showing any partial lines.

Definition:

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

See Also