fade_direction property

fade_direction property

Gets and sets the direction to offset the reflection.

Definition:

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

See Also