共用方式為


ElementCompositionPreview.SetIsTranslationEnabled(UIElement, Boolean) 方法

定義

切換設定、動畫及使用轉譯時間後版面配置轉譯轉換的能力,以使用組合 API 將 XAML 元素放置在螢幕上。

public:
 static void SetIsTranslationEnabled(UIElement ^ element, bool value);
 static void SetIsTranslationEnabled(UIElement const& element, bool const& value);
public static void SetIsTranslationEnabled(UIElement element, bool value);
function setIsTranslationEnabled(element, value)
Public Shared Sub SetIsTranslationEnabled (element As UIElement, value As Boolean)

參數

element
UIElement

要啟用或停用轉譯轉換的專案。

value
Boolean

bool

true 表示啟用翻譯轉換; false 表示停用翻譯轉換。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於