style_name property
style_name property
Gets or sets the name of the style.
Definition:
@property
def style_name(self):
...
@style_name.setter
def style_name(self, value):
...
Gets or sets the name of the style.
@property
def style_name(self):
...
@style_name.setter
def style_name(self, value):
...