SplitCloseThemeAnimation.ContentTranslationDirection 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 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 = splitCloseThemeAnimation.contentTranslationDirection;
splitCloseThemeAnimation.contentTranslationDirection = animationDirection;
Public Property ContentTranslationDirection As AnimationDirection
<SplitCloseThemeAnimation ContentTranslationDirection="animationDirectionMemberName" />
Property Value
A value of the enumeration.