C# Class MonoTouch.Dialog.SimpleImageElement

Inheritance: Element, IElementSizing
显示文件 Open project: escoz/MonoMobile.Forms

Public Properties

Property Type Description
Value UIImage

Protected Properties

Property Type Description
Image UIImageView

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
SimpleImageElement ( UIImage image ) : System

Private Methods

Method Description
IElementSizing ( UITableView tableView, Foundation indexPath ) : float

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

SimpleImageElement() public method

public SimpleImageElement ( UIImage image ) : System
image UIImage
return System

Property Details

Image protected_oe property

protected UIImageView Image
return UIImageView

Value public_oe property

public UIImage Value
return UIImage