CABasicAnimation.FromKeyPath(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从给定的键路径创建动画。
[Foundation.Export("animationWithKeyPath:")]
public static CoreAnimation.CABasicAnimation FromKeyPath (string path);
static member FromKeyPath : string -> CoreAnimation.CABasicAnimation
参数
返回
新动画。
- 属性
注解
有关键路径的值的信息,请参阅基类 FromKeyPath。