rotation_value property

rotation_value property

Gets or sets the rotation value.

Definition:

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

See Also