line_style_index property

line_style_index property

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

Definition:

@property
def line_style_index(self):
    ...

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

See Also