Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / BindingProxy Class
Members

In This Topic
    BindingProxy Class
    In This Topic
    Useful class to overcome limitation in setting a TemplateBinding property in a visual-state animation.
    Object Model
    BindingProxy Class
    Syntax
    'Declaration
     
    
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class BindingProxy 
       Inherits System.Windows.Freezable
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class BindingProxy : System.Windows.Freezable 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Freezable
                C1.WPF.Core.BindingProxy

    See Also