SplitOpenThemeAnimation.ContentTranslationDirection Property

Definition

Gets or sets a value that determines which direction the content should translate when the animation runs.

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

void ContentTranslationDirection(AnimationDirection value);
public AnimationDirection ContentTranslationDirection { get; set; }
var animationDirection = splitOpenThemeAnimation.contentTranslationDirection;
splitOpenThemeAnimation.contentTranslationDirection = animationDirection;
Public Property ContentTranslationDirection As AnimationDirection
<SplitOpenThemeAnimation ContentTranslationDirection="animationDirectionMemberName" />

Property Value

A value of the enumeration.

Applies to