effect_style_index property

effect_style_index property

Returns or sets shape’s effect column index in a style matrix. Read/write int.

Definition:

@property
def effect_style_index(self):
    ...

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

See Also