fill_style_index property

fill_style_index property

Returns or sets shape’s fill column index in style matrices. 0 means no fill, positive value - index in theme’s fill styles, negative value - index in theme’s background styles. Read/write int.

Definition:

@property
def fill_style_index(self):
    ...

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

See Also