C# Class MonoTouch.Dialog.StringElementCell

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

Public Properties

Property Type Description
BadgeLabel UILabel

Public Methods

Method Description
LayoutSubviews ( ) : void
StringElementCell ( UITableViewCellStyle style, string reuseIdentifier ) : System

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

StringElementCell() public method

public StringElementCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
return System

Property Details

BadgeLabel public_oe property

public UILabel BadgeLabel
return UILabel