Property | Type | Description | |
---|---|---|---|
Left | Bitmap | ||
MinValue | int | ||
Right | Bitmap | ||
ShowCaption | bool | ||
Value | int |
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 |
public FloatElement ( Bitmap left, Bitmap right, int value ) : System | ||
left | Bitmap | |
right | Bitmap | |
value | int | |
return | System |
public FloatElement ( Bitmap left, Bitmap right, int value, int layoutId ) : System | ||
left | Bitmap | |
right | Bitmap | |
value | int | |
layoutId | int | |
return | System |
public FloatElement ( string caption ) : System | ||
caption | string | |
return | System |
public FloatElement ( string caption, int layoutId ) : System | ||
caption | string | |
layoutId | int | |
return | System |
public GetView ( Context context, View convertView, ViewGroup parent ) : View | ||
context | Context | |
convertView | View | |
parent | ViewGroup | |
return | View |
public SeekBar ( Android.Widget.SeekBar seekBar ) : void | ||
seekBar | Android.Widget.SeekBar | |
return | void |
public SeekBar ( Android.Widget.SeekBar seekBar, int progress, bool fromUser ) : void | ||
seekBar | Android.Widget.SeekBar | |
progress | int | |
fromUser | bool | |
return | void |