smoothing_mode property

smoothing_mode property

Gets/sets the smoothing mode.

Definition:

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

See Also