style_index property

style_index property

Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write int.

Definition:

@property
def style_index(self):
    ...

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

See Also