shading property

shading property

Definition:

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

See Also