C# 클래스 MonoDroid.Dialog.FloatElement

상속: Element
파일 보기 프로젝트 열기: Redth/MonoDroid.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Left Bitmap
MinValue int
Right Bitmap
ShowCaption bool
Value int

공개 메소드들

메소드 설명
FloatElement ( Bitmap left, Bitmap right, int value ) : System
FloatElement ( Bitmap left, Bitmap right, int value, int layoutId ) : System
FloatElement ( string caption ) : System
FloatElement ( string caption, int layoutId ) : System
GetView ( Context context, View convertView, ViewGroup parent ) : View
SeekBar ( Android.Widget.SeekBar seekBar ) : void
SeekBar ( Android.Widget.SeekBar seekBar, int progress, bool fromUser ) : void

메소드 상세

FloatElement() 공개 메소드

public FloatElement ( Bitmap left, Bitmap right, int value ) : System
left Bitmap
right Bitmap
value int
리턴 System

FloatElement() 공개 메소드

public FloatElement ( Bitmap left, Bitmap right, int value, int layoutId ) : System
left Bitmap
right Bitmap
value int
layoutId int
리턴 System

FloatElement() 공개 메소드

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

FloatElement() 공개 메소드

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

GetView() 공개 메소드

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

SeekBar() 공개 메소드

public SeekBar ( Android.Widget.SeekBar seekBar ) : void
seekBar Android.Widget.SeekBar
리턴 void

SeekBar() 공개 메소드

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

프로퍼티 상세

Left 공개적으로 프로퍼티

public Bitmap Left
리턴 Bitmap

MinValue 공개적으로 프로퍼티

public int MinValue
리턴 int

Right 공개적으로 프로퍼티

public Bitmap Right
리턴 Bitmap

ShowCaption 공개적으로 프로퍼티

public bool ShowCaption
리턴 bool

Value 공개적으로 프로퍼티

public int Value
리턴 int