color_style property

color_style property

Return or set color style of the SmartArt object. Read/write SmartArtColorType.

Definition:

@property
def color_style(self):
    ...

@color_style.setter
def color_style(self, value):
    ...

See Also