Class UIValueBinder<T>
public abstract class UIValueBinder<T> : UIValueBinder, IUIDataContextBindable, IUIValueBinder, IUIValueBinder<T>, IUIValueBindable<T>, IUIValueBindable
  Type Parameters
T
- Inheritance
 - 
      
      
      
      UIValueBinder<T>
 
- Implements
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Constructors
UIValueBinder()
protected UIValueBinder()
  Methods
BindValue(IProperty<T>)
public virtual void BindValue(IProperty<T> valueProperty)
  Parameters
valuePropertyIProperty<T>
GetValue()
public T GetValue()
  Returns
- T
 
SetValue(T)
public void SetValue(T value)
  Parameters
valueT