Represent gauge binding adapter.
Definition
public class GaugeBindingAdapter : ControlBindingAdapterBase<GaugeView>
Summary
The following table summarizes the members exposed in this class.
Public Constructors
GaugeBindingAdapter Constructor() | Initializes a new instance of the GaugeBindingAdapter class. |
Public Methods
SetValue(GaugeView, BindableProperty, object) | Sets the value. |
Public Constructors
public GaugeBindingAdapter()
Initializes a new instance of the GaugeBindingAdapter class.
Public Methods
public void SetValue(GaugeView view, BindableProperty property, object value)
Sets the value.
Parameters
view | The view. |
property | The property. |
value | The value. |