center_window property

center_window property

Specifies whether position of the document’s window will be centered on the screen. Default: false.

Definition:

@property
def center_window(self):
    ...
@center_window.setter
def center_window(self, value):
    ...

See Also