swatch_name property

swatch_name property

Gets or sets the name of the swatch.

Definition:

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

See Also