C# Class MonoDroid.Dialog.FloatElement

Inheritance: Element
Afficher le fichier Open project: Redth/MonoDroid.Dialog Class Usage Examples

Méthodes publiques

Свойство Type Description
Left Bitmap
MinValue int
Right Bitmap
ShowCaption bool
Value int

Méthodes publiques

Méthode 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 méthode

public FloatElement ( Bitmap left, Bitmap right, int value ) : System
left Bitmap
right Bitmap
value int
Résultat System

FloatElement() public méthode

public FloatElement ( Bitmap left, Bitmap right, int value, int layoutId ) : System
left Bitmap
right Bitmap
value int
layoutId int
Résultat System

FloatElement() public méthode

public FloatElement ( string caption ) : System
caption string
Résultat System

FloatElement() public méthode

public FloatElement ( string caption, int layoutId ) : System
caption string
layoutId int
Résultat System

GetView() public méthode

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
Résultat View

SeekBar() public méthode

public SeekBar ( Android.Widget.SeekBar seekBar ) : void
seekBar Android.Widget.SeekBar
Résultat void

SeekBar() public méthode

public SeekBar ( Android.Widget.SeekBar seekBar, int progress, bool fromUser ) : void
seekBar Android.Widget.SeekBar
progress int
fromUser bool
Résultat void

Property Details

Left public_oe property

public Bitmap Left
Résultat Bitmap

MinValue public_oe property

public int MinValue
Résultat int

Right public_oe property

public Bitmap Right
Résultat Bitmap

ShowCaption public_oe property

public bool ShowCaption
Résultat bool

Value public_oe property

public int Value
Résultat int