style property

style property

Gets and sets the builtin style.

Remarks

It should be between 1 and 48. Return -1 if it’s not be set.

Definition:

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

See Also