Share via


IXRFluidMoveBehavior (Compact 2013)

3/28/2014

Behavior that watches an element for layout changes and moves the element smoothly to the new position when needed. This behavior does not animate the size or visibility of an element; it only animates the offset of that element within its parent container.

Syntax

class IXRFluidMoveBehavior : public IXRBehavior

Public Data Members

None

Protected Data Members

None

Member Functions

Member Function

Description

IXRFluidMoveBehavior.GetAppliesTo(XRFluidMoveScope *)

Gets the AppliesTo property.

IXRFluidMoveBehavior.GetDuration(XRDuration *)

Gets the Duration property.

IXRFluidMoveBehavior.GetEaseX(IXREasingFunctionBase * *)

Gets the EaseX property.

IXRFluidMoveBehavior.GetEaseY(IXREasingFunctionBase * *)

Gets the EaseY property.

IXRFluidMoveBehavior.GetIsActive(BOOL *)

Gets the IsActive property.

IXRFluidMoveBehavior.SetAppliesTo(XRFluidMoveScope)

Sets the AppliesTo property.

IXRFluidMoveBehavior.SetDuration(XRDuration *)

Sets the Duration property.

IXRFluidMoveBehavior.SetEaseX(IXREasingFunctionBase *)

Sets the EaseX property.

IXRFluidMoveBehavior.SetEaseY(IXREasingFunctionBase *)

Sets the EaseY property.

IXRFluidMoveBehavior.SetIsActive(BOOL)

Sets the IsActive property.

Overridable Member Functions

Implemented Methods

See Also

Reference

Classes for Interactivity