C# 클래스 MonoTouch.Dialog.UIViewElement

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

공개 프로퍼티들

프로퍼티 타입 설명
Flags CellFlags

보호된 프로퍼티들

프로퍼티 타입 설명
View UIView

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
UIViewElement ( string caption, UIView view, bool transparent ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

UIViewElement() 공개 메소드

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

프로퍼티 상세

Flags 공개적으로 프로퍼티

public CellFlags Flags
리턴 CellFlags

View 보호되어 있는 프로퍼티

protected UIView View
리턴 UIView