Menu
This enumerated type indicates whether a FluidMoveBehavior applies to the element to which it is attached, or to the children of that element. "Self" is useful when there is a single element that should behave in a special manner; "Children" is useful when the same behavior should apply to all children of a WrapPanel or to the ItemsHost panel of an ItemsControl.


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

Syntax

Members

Member nameDescription
Children
Self

See Also