value property

value property

The angle value as a floating point value, in degrees. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.

Definition:

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

See Also