effect property

effect property

Gets or sets the effect. There must be at least one effect element.

Definition:

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

See Also