SplitOpenThemeAnimation.ContentTranslationDirection 屬性

定義

取得或設定值,決定動畫執行時內容應該轉譯的方向。

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" />

屬性值

列舉值。

適用於