stencil property

stencil property

Gets or sets stencil effect configuration. By default, no stencil effect is applied.

Definition:

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

See Also