vertical_bar_state property

vertical_bar_state property

Specifies the state that the vertical splitter bar should be shown in. A vertical splitter bar separates the slide from the side content region.

Definition:

@property
def vertical_bar_state(self):
    ...

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

See Also