UIImageView.HighlightedAnimationImages 属性

定义

当视图为 Highlighted时要进行动画处理的 数组UIImage

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

属性值

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

此值可为 null

属性

注解

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

适用于