DataStateBehavior Properties

Public Properties

(see also Protected Properties)

  Name Description
public property Binding
Gets or sets the binding that produces the property value of the data object. This is a dependency property.
public property CanFreeze  (Inherited from Freezable)
public property DependencyObjectType  (Inherited from DependencyObject)
public property Dispatcher  (Inherited from DispatcherObject)
public property FalseState
Gets or sets the name of the visual state to transition to when the condition is not met. This is a dependency property.
public property HasAnimatedProperties  (Inherited from Animatable)
public property IsFrozen  (Inherited from Freezable)
public property IsSealed  (Inherited from DependencyObject)
public property TrueState
Gets or sets the name of the visual state to transition to when the condition is met. This is a dependency property.
public property Value
Gets or sets the value to be compared with the property value of the data object. This is a dependency property.

Protected Properties

  Name Description
protected property AssociatedObject 
Gets the object to which this Behavior`1 is attached.
 (Inherited from Behavior)
protected property AssociatedType 
The type to which this behavior can be attached.
 (Inherited from Behavior)

Explicit Interface Implementations

  Name Description
System.Windows.Interactivity.IAttachedObject.AssociatedObject 
Gets the object to which this Behavior`1 is attached.
 (Inherited from Behavior)

See Also

Reference

DataStateBehavior Class
Microsoft.Expression.Interactivity.Core Namespace