UIKit.UIImageView.Highlighted Property
Whether the UIImageView is highlighted.

Syntax

[get: Foundation.Export("isHighlighted")]
[set: Foundation.Export("setHighlighted:")]
public virtual bool Highlighted { get; set; }

Value

Remarks

This property determines whether the regular or highlighted images are displayed. When Highlighted = true, a non-animated UIImageView will show the UIImageView.HighlightedImage and an animated UIImageView will display the UIImageView.HighlightedAnimationImages. If both these properties are null or if UIImageView.Highlighted = false, the UIImageView.Image and UIImageView.AnimationImages properties will be used.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0