C# Class MonoTouch.Dialog.UIViewElement

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

Public Properties

Property Type Description
Flags CellFlags

Protected Properties

Property Type Description
View UIView

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
UIViewElement ( string caption, UIView view, bool transparent ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCell() public method

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

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

UIViewElement() public method

public UIViewElement ( string caption, UIView view, bool transparent ) : System
caption string
view UIView
transparent bool
return System

Property Details

Flags public_oe property

public CellFlags Flags
return CellFlags

View protected_oe property

protected UIView View
return UIView