clip_mode property

clip_mode property

Gets or sets a value indicating whether [clip mode].

Definition:

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

See Also