DragOverThemeAnimation.Direction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.