FluidMoveBehavior Members | |
See Also� Constructors� Events� Fields� Methods� Properties� Explicit Interface Implementations� |
The following tables list the members exposed by the FluidMoveBehavior type.
Public Constructors
� | Name | Description |
---|---|---|
FluidMoveBehavior |
Initializes a new instance of the |
Public Fields (see also Protected Fields)
� | Name | Description |
---|---|---|
AppliesToProperty� |
Dependency property for the scope of the behavior. See FluidMoveScope for more details.
| |
DurationProperty |
Dependency property for the duration of the move.
| |
EaseXProperty |
Dependency property for the EasingFunction to use for the horizontal component of the move.
| |
EaseYProperty |
Dependency property for the EasingFunction to use for the vertical component of the move.
| |
FloatAboveProperty |
Dependency property for the FloatAbove flag.
| |
InitialTagPathProperty |
Dependency property for the extra path to add to the binding when UsaBindingAsTag is true.
| |
InitialTagProperty |
Dependency property for the tag type to use just before the object is loaded.
| |
IsActiveProperty� |
Dependency property for the active state of the behavior.
| |
TagPathProperty� |
Dependency property for the extra path to add to the binding when UsaBindingAsTag is true.
| |
TagProperty� |
Dependency property that provides the ability to use the element as its own tag, or the binding on the element.
|
Protected Fields
� | Name | Description |
---|---|---|
IdentityTagProperty� |
Identity tag used to detect element motion between containers.
|
Public Properties (see also Protected Properties)
� | Name | Description |
---|---|---|
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) | |
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.
| |
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
� | Name | Description |
---|---|---|
AssociatedObject� |
Gets the object to which this | |
AssociatedType� |
The type to which this behavior can be attached.
| |
ShouldSkipInitialLayout� | (Inherited from FluidMoveBehaviorBase) |
Public Methods (see also Protected Methods)
� | Name | Description |
---|---|---|
ApplyAnimationClock� | Overloaded. (Inherited from Animatable) | |
Attach� | (Inherited from Behavior) | |
BeginAnimation� | Overloaded. (Inherited from Animatable) | |
CheckAccess� | (Inherited from DispatcherObject) | |
ClearValue� | Overloaded. (Inherited from DependencyObject) | |
Clone� | (Inherited from Animatable) | |
CloneCurrentValue� | (Inherited from Freezable) | |
CoerceValue� | (Inherited from DependencyObject) | |
Detach� |
Detaches this instance from its associated object.
| |
Equals� | Overloaded. (Inherited from DependencyObject) | |
Freeze� | Overloaded. (Inherited from Freezable) | |
GetAnimationBaseValue� | (Inherited from Animatable) | |
GetAsFrozen� | (Inherited from Freezable) | |
GetCurrentValueAsFrozen� | (Inherited from Freezable) | |
GetHashCode� | (Inherited from DependencyObject) | |
GetLocalValueEnumerator� | (Inherited from DependencyObject) | |
GetType� | (Inherited from Object) | |
GetValue� | (Inherited from DependencyObject) | |
InvalidateProperty� | (Inherited from DependencyObject) | |
ReadLocalValue� | (Inherited from DependencyObject) | |
ReferenceEquals� | (Inherited from Object) | |
SetCurrentValue� | (Inherited from DependencyObject) | |
SetValue� | Overloaded. (Inherited from DependencyObject) | |
ShouldSerializeStoredWeakReference� | (Inherited from Animatable) | |
ToString� | (Inherited from Object) | |
VerifyAccess� | (Inherited from DispatcherObject) |
Protected Methods
� | Name | Description |
---|---|---|
CloneCore� | (Inherited from Freezable) | |
CloneCurrentValueCore� | (Inherited from Freezable) | |
CreateInstance� | (Inherited from Freezable) | |
CreateInstanceCore� | (Inherited from Behavior) | |
EnsureTags� | (Inherited from FluidMoveBehaviorBase) | |
Finalize� | (Inherited from Object) | |
Freeze� | Overloaded. (Inherited from Freezable) | |
FreezeCore� | (Inherited from Animatable) | |
GetAsFrozenCore� | (Inherited from Freezable) | |
GetCurrentValueAsFrozenCore� | (Inherited from Freezable) | |
GetIdentityTag� | (Inherited from FluidMoveBehaviorBase) | |
MemberwiseClone� | (Inherited from Object) | |
OnAttached� |
Called after the behavior is attached to an AssociatedObject.
| |
OnChanged� | (Inherited from Freezable) | |
OnDetaching� |
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
| |
OnFreezablePropertyChanged� | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged� | (Inherited from Freezable) | |
ReadPreamble� | (Inherited from Freezable) | |
SetIdentityTag� | (Inherited from FluidMoveBehaviorBase) | |
ShouldSerializeProperty� | (Inherited from DependencyObject) | |
WritePostscript� | (Inherited from Freezable) | |
WritePreamble� | (Inherited from Freezable) |
Public Events
� | Name | Description |
---|---|---|
Changed� | (Inherited from Freezable) |
Explicit Interface Implementations
� | Name | Description |
---|---|---|
System.Windows.Interactivity.IAttachedObject.AssociatedObject� |
Gets the object to which this |