Menu

Public Properties (see also Protected Properties)

NameDescription
AppliesTo Indicates whether the behavior applies just to this element, or to all children of the element (if the element is a Panel).
CanFreeze(Inherited from Freezable)
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsActive Indicates whether the behavior is currently active.
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
Tag Indicates whether to use the element as its own tag, or to use the binding on the element as the tag.
TagPath Extra path to add to the binding when TagType is specified.

Protected Properties

NameDescription
AssociatedObject Gets the object to which this Behavior`1 is attached. (Inherited from Behavior)
AssociatedType The type to which this behavior can be attached. (Inherited from Behavior)
ShouldSkipInitialLayout

Explicit Interface Implementations

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

See Also