wrap_mode property

wrap_mode property

Returns or specifies wrap mode for this gradient brush. It can be WrapMode.Clamp, that results in throwing exception in native gradient brushes.

Definition:

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

See Also