Share via


MouseDragElementBehavior.ConstrainToParentBoundsProperty Field

Dependency property for the ConstrainToParentBounds property. If true, the dragged element will be constrained to stay within the bounds of its parent container.

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Shared ReadOnly ConstrainToParentBoundsProperty As DependencyProperty
'Usage
Dim value As DependencyProperty

value = MouseDragElementBehavior.ConstrainToParentBoundsProperty
public static readonly DependencyProperty ConstrainToParentBoundsProperty
public:
static initonly DependencyProperty^ ConstrainToParentBoundsProperty
public static final DependencyProperty ConstrainToParentBoundsProperty
public static final var ConstrainToParentBoundsProperty : DependencyProperty

See Also

Reference

MouseDragElementBehavior Class
MouseDragElementBehavior Members
Microsoft.Expression.Interactivity.Layout Namespace