C# 클래스 MonoTouch.Dialog.FloatElement

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

공개 프로퍼티들

프로퍼티 타입 설명
MinValue float
Value float

공개 메소드들

메소드 설명
FloatElement ( string caption, float value ) : System
GetCell ( UITableView tv ) : UITableViewCell
Summary ( ) : string

메소드 상세

FloatElement() 공개 메소드

public FloatElement ( string caption, float value ) : System
caption string
value float
리턴 System

GetCell() 공개 메소드

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

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

MinValue 공개적으로 프로퍼티

public float MinValue
리턴 float

Value 공개적으로 프로퍼티

public float Value
리턴 float