direction property

direction property

Direction of the shadow, in degrees. Default value – 0 ° (left-to-right). Read/write float.

Definition:

@property
def direction(self):
    ...

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

See Also