C# Class MonoMobile.Forms.Elements.ImageStringElement

Inheritance: MonoTouch.Dialog.StringElement, IElementSizing
显示文件 Open project: escoz/MonoMobile.Forms

Public Properties

Property Type Description
DetailLines int
Height int
TitleFont UIFont

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
ImageStringElement ( string caption, UIImage image ) : System
ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
ImageStringElement ( string caption, string value, UIImage image ) : System
ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System

Private Methods

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

Method Details

GetCell() public method

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

ImageStringElement() public method

public ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
caption string
tapped System.Action
image UIImage
return System

ImageStringElement() public method

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
return System

ImageStringElement() public method

public ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
caption string
value string
tapped System.Action
defaultImage UIImage
imageurl string
return System

ImageStringElement() public method

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
return System

ImageStringElement() public method

public ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
caption string
value string
image UIImage
tapped System.Action
return System

Property Details

DetailLines public_oe property

public int DetailLines
return int

Height public_oe property

public int Height
return int

TitleFont public_oe property

public UIFont TitleFont
return UIFont