style_type property

style_type property

Gets or sets the style type.

Definition:

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

See Also