Edit

Share via


VisualExtensions.SetTranslation(DependencyObject, String) Method

Definition

Sets the "Translation" property of the underlying Windows.UI.Composition.Visual object for a Windows.UI.Xaml.UIElement, in String form.

public static void SetTranslation (Windows.UI.Xaml.DependencyObject obj, string value);
static member SetTranslation : Windows.UI.Xaml.DependencyObject * string -> unit
Public Sub SetTranslation (obj As DependencyObject, value As String)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.DependencyObject instance.

value
String

The String representation of the "Translation" property property to be set.

Applies to