is_automatic_rotation propiedad

is_automatic_rotation propiedad

Indica si el ángulo de rotación es automático.

Definición:

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

Ver también