BehaviorFactory
BehaviorFactory class
允许创建动画效果
public class BehaviorFactory : IBehaviorFactory
构造函数
| 名称 | 描述 |
|---|---|
| BehaviorFactory() | 默认构造函数。 |
方法
| 名称 | 描述 |
|---|---|
| CreateColorEffect() | 创建颜色效果。 |
| CreateCommandEffect() | 创建命令效果。 |
| CreateFilterEffect() | 创建过滤器效果。 |
| CreateMotionEffect() | 创建运动效果。 |
| CreatePropertyEffect() | 创建属性效果。 |
| CreateRotationEffect() | 创建旋转效果。 |
| CreateScaleEffect() | 创建缩放效果。 |
| CreateSetEffect() | 创建集合效果。 |
备注
为了与 COM 兼容。