dock_state property

TaskPane.dock_state property

Specifies the last-docked location of this task pane object.

@property
def dock_state(self) -> aspose.words.webextensions.TaskPaneDockState:
    ...

@dock_state.setter
def dock_state(self, value: aspose.words.webextensions.TaskPaneDockState):
    ...

See Also