DataStateBehavior.Binding Property

Gets or sets the binding that produces the property value of the data object. This is a dependency property.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property Binding As Object
'Usage
Dim instance As DataStateBehavior
Dim value As Object

value = instance.Binding

instance.Binding = value
public Object Binding { get; set; }
public:
property Object^ Binding {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_Binding ()

/** @property */
public void set_Binding (Object value)
public function get Binding () : Object

public function set Binding (value : Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataStateBehavior Class
DataStateBehavior Members
Microsoft.Expression.Interactivity.Core Namespace