BehaviorFactory

BehaviorFactory class

Allows to create animation effects

public class BehaviorFactory : IBehaviorFactory

Constructors

NameDescription
BehaviorFactory()The default constructor.

Methods

NameDescription
CreateColorEffect()Creates color effect.
CreateCommandEffect()Creates command effect.
CreateFilterEffect()Creates filter effect.
CreateMotionEffect()Creates motion effect.
CreatePropertyEffect()Creates property effect.
CreateRotationEffect()Creates rotation effect.
CreateScaleEffect()Creates scale effect.
CreateSetEffect()Creates set effect.

Remarks

For COM compatibility.

See Also