C# 클래스 MonoTouch.Dialog.StringElementCell

상속: UITableViewCell
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BadgeLabel UILabel

공개 메소드들

메소드 설명
LayoutSubviews ( ) : void
StringElementCell ( UITableViewCellStyle style, string reuseIdentifier ) : System

메소드 상세

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

StringElementCell() 공개 메소드

public StringElementCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
리턴 System

프로퍼티 상세

BadgeLabel 공개적으로 프로퍼티

public UILabel BadgeLabel
리턴 UILabel