ElementCompositionPreview.SetIsTranslationEnabled(UIElement, Boolean) 方法

定義

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

適用於