effect_format property

effect_format property

Returns the EffectFormat object which contains pixel effects applied to a shape. Note: can return null for certain types of shapes which don’t have effect properties. Read-only IEffectFormat.

Definition:

@property
def effect_format(self):
    ...

See Also