vertical_banding property

vertical_banding property

Determines whether the even columns has to be drawn with a different formatting. Read/write bool.

Definition:

@property
def vertical_banding(self):
    ...

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

See Also