full_screen_mode property

full_screen_mode property

Determines whether a video is shown in full screen mode. Read/write bool.

Definition:

@property
def full_screen_mode(self):
    ...

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

See Also