C# 클래스 MonoMobile.Dialog.FloatElement

Used to display a slider on the screen.
상속: Element
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Left System.Drawing.Bitmap
Right System.Drawing.Bitmap

공개 메소드들

메소드 설명
FloatElement ( Bitmap left, Bitmap right, float value ) : System
FloatElement ( UIImage left, UIImage right, float value ) : System
FloatElement ( float value, float min, float max ) : System
FloatElement ( string caption ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
GetView ( Context context, View convertView, ViewGroup parent ) : View
SeekBar ( SeekBar seekBar ) : void
SeekBar ( SeekBar seekBar, int progress, bool fromUser ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
FloatElement ( Bitmap left, Bitmap right, float value, int layoutId ) : System
FloatElement ( string caption, int layoutId ) : System

비공개 메소드들

메소드 설명
UITableViewCellSliderOnlyFactory ( UITableView tv ) : UITableViewCell

Original MonoTouch.Dialog Cell creation

UITableViewCellSliderWithValueAndMinMaxFactory ( UITableView tv ) : UITableViewCell

Modified MonoMobile.Dialog Cell creation when Min and Max Values are present

메소드 상세

Dispose() 보호된 메소드

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

FloatElement() 공개 메소드

public FloatElement ( Bitmap left, Bitmap right, float value ) : System
left System.Drawing.Bitmap
right System.Drawing.Bitmap
value float
리턴 System

FloatElement() 보호된 메소드

protected FloatElement ( Bitmap left, Bitmap right, float value, int layoutId ) : System
left System.Drawing.Bitmap
right System.Drawing.Bitmap
value float
layoutId int
리턴 System

FloatElement() 공개 메소드

public FloatElement ( UIImage left, UIImage right, float value ) : System
left UIImage
right UIImage
value float
리턴 System

FloatElement() 공개 메소드

public FloatElement ( float value, float min, float max ) : System
value float
min float
max float
리턴 System

FloatElement() 공개 메소드

public FloatElement ( string caption ) : System
caption string
리턴 System

FloatElement() 보호된 메소드

protected FloatElement ( string caption, int layoutId ) : System
caption string
layoutId int
리턴 System

GetCell() 공개 메소드

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

GetHeight() 공개 메소드

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

GetView() 공개 메소드

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
리턴 View

SeekBar() 공개 메소드

public SeekBar ( SeekBar seekBar ) : void
seekBar SeekBar
리턴 void

SeekBar() 공개 메소드

public SeekBar ( SeekBar seekBar, int progress, bool fromUser ) : void
seekBar SeekBar
progress int
fromUser bool
리턴 void

프로퍼티 상세

Left 공개적으로 프로퍼티

public Bitmap,System.Drawing Left
리턴 System.Drawing.Bitmap

Right 공개적으로 프로퍼티

public Bitmap,System.Drawing Right
리턴 System.Drawing.Bitmap