DragOverThemeAnimation.Direction Property

Definition

Gets or sets the direction that the target should translate, when the animation is active.

public:
 property AnimationDirection Direction { AnimationDirection get(); void set(AnimationDirection value); };
AnimationDirection Direction();

void Direction(AnimationDirection value);
public AnimationDirection Direction { get; set; }
var animationDirection = dragOverThemeAnimation.direction;
dragOverThemeAnimation.direction = animationDirection;
Public Property Direction As AnimationDirection
<DragOverThemeAnimation Direction="animationDirectionMemberName" />

Property Value

A value of the enumeration.

Applies to

See also