C# Class MonoDroid.Dialog.FloatElement

Inheritance: Element
Show file Open project: Redth/MonoDroid.Dialog Class Usage Examples

Public Properties

Property Type Description
Left Bitmap
MinValue int
Right Bitmap
ShowCaption bool
Value int

Public Methods

Method Description
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

Method Details

FloatElement() public method

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

FloatElement() public method

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

FloatElement() public method

public FloatElement ( string caption ) : System
caption string
return System

FloatElement() public method

public FloatElement ( string caption, int layoutId ) : System
caption string
layoutId int
return System

GetView() public method

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

SeekBar() public method

public SeekBar ( Android.Widget.SeekBar seekBar ) : void
seekBar Android.Widget.SeekBar
return void

SeekBar() public method

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

Property Details

Left public property

public Bitmap Left
return Bitmap

MinValue public property

public int MinValue
return int

Right public property

public Bitmap Right
return Bitmap

ShowCaption public property

public bool ShowCaption
return bool

Value public property

public int Value
return int