cell_shading property

cell_shading property

Cell shading setting will be applied.

Definition:

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

See Also