FluidMoveScope Enumeration

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

'Declaration
Public Enumeration FluidMoveScope
'Usage
Dim instance As FluidMoveScope
public enum FluidMoveScope
public enum class FluidMoveScope
public enum FluidMoveScope
public enum FluidMoveScope

Members

Member name Description
Children  
Self  

See Also

Reference

Microsoft.Expression.Interactivity.Layout Namespace