SplitCloseThemeAnimation.ContentTranslationDirection Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab, der bestimmt, in welche Richtung der Inhalt übersetzt werden soll, wenn die Animation ausgeführt wird, oder legt diesen fest.
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" />
Eigenschaftswert
Ein Wert aus der Enumeration.