detect_style_changes property

detect_style_changes property

Indicates whether to detect style changes or not.

Definition:

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

See Also