Share via


FluidMoveBehaviorBase.AppliesTo Property

Indicates whether the behavior applies just to this element, or to all children of the element (if the element is a Panel).

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

Syntax

'Declaration
Public Property AppliesTo As FluidMoveScope
'Usage
Dim instance As FluidMoveBehaviorBase
Dim value As FluidMoveScope

value = instance.AppliesTo

instance.AppliesTo = value
public FluidMoveScope AppliesTo { get; set; }
public:
property FluidMoveScope AppliesTo {
    FluidMoveScope get ();
    void set (FluidMoveScope value);
}
/** @property */
public FluidMoveScope get_AppliesTo ()

/** @property */
public void set_AppliesTo (FluidMoveScope value)
public function get AppliesTo () : FluidMoveScope

public function set AppliesTo (value : FluidMoveScope)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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