VisualElement.TranslationY 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定項目的 Y 轉譯差異。 這是可繫結屬性。
public:
property double TranslationY { double get(); void set(double value); };
public double TranslationY { get; set; }
member this.TranslationY : double with get, set
Public Property TranslationY As Double
屬性值
備註
翻譯會在版面配置后套用。 它特別適合套用動畫。 將元素轉譯到其父容器界限外,可能會防止輸入運作。