Menu

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
ConstrainToParentBounds Gets or sets a value indicating whether the dragged element is constrained to stay within the bounds of its parent container. This is a dependency property.
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
X Gets or sets the X position of the dragged element, relative to the left of the root element. This is a dependency property.
Y Gets or sets the Y position of the dragged element, relative to the top of the root element. This is a dependency property.

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)

Explicit Interface Implementations

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

See Also