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). (Inherited from FluidMoveBehaviorBase)
CanFreeze(Inherited from Freezable)
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
Duration The duration of the move.
EaseX EasingFunction to use for the horizontal component of the move.
EaseY EasingFunction to use for the vertical component of the move.
FloatAbove Flag that says whether elements are allowed to float above their containers (in a Popup or Adorner) when changing containers.
HasAnimatedProperties(Inherited from Animatable)
InitialTag Spawning point for this item.
InitialTagPath Extra path to add to the binding when TagType is specified.
IsActive Indicates whether the behavior is currently active. (Inherited from FluidMoveBehaviorBase)
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. (Inherited from FluidMoveBehaviorBase)
TagPath Extra path to add to the binding when TagType is specified. (Inherited from FluidMoveBehaviorBase)

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(Inherited from FluidMoveBehaviorBase)

Explicit Interface Implementations

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

See Also