UITableViewCell.ImageView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the image view of the table cell (read-only).
public virtual UIKit.UIImageView ImageView { [Foundation.Export("imageView", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.ImageView : UIKit.UIImageView
Property Value
- Attributes
Remarks
The image appears on the left hand side of the cell, forcing the labels to move to the right. The image view object is created when the cell is created but initially there is no image set.