| BindableBindingT, TValueCastTNewValue Method  | 
 
            Casts this binding value to another (compatible) type.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic BindableBinding<T, TNewValue> Cast<TNewValue>()
Public Function Cast(Of TNewValue) As BindableBinding(Of T, TNewValue)
member Cast : unit -> BindableBinding<'T, 'TNewValue> 
Type Parameters
- TNewValue
- The type to cast the values of this binding to.
Return Value
Type: 
BindableBindingT, 
TNewValue[Missing <returns> documentation for "M:Eto.Forms.BindableBinding`2.Cast``1"]
 See Also
See Also