UIImageView.AnimationImages 属性

定义

要进行动画处理的 数组 UIImage

public virtual UIKit.UIImage[] AnimationImages { [Foundation.Export("animationImages", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAnimationImages:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AnimationImages : UIKit.UIImage[] with get, set

属性值

默认情况下,此属性为 null。

此值可为 null

属性

注解

数组必须包含 UIImage 对象。 如果需要,可以多次使用同一个映像。 将此属性设置为非 null 值会隐藏 表示 Image的图像。

适用于