BehaviorFactoryCreatePropertyEffect Method |
Creates property effect.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic IPropertyEffect CreatePropertyEffect()
Public Function CreatePropertyEffect As IPropertyEffect
public:
virtual IPropertyEffect^ CreatePropertyEffect() sealed
abstract CreatePropertyEffect : unit -> IPropertyEffect
override CreatePropertyEffect : unit -> IPropertyEffect
Return Value
Type:
IPropertyEffectProperty effect.
Implements
IBehaviorFactoryCreatePropertyEffect
See Also