Edit

Share via


VisualExtensions.GetTranslation(DependencyObject) Method

Definition

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

public static string GetTranslation (Windows.UI.Xaml.DependencyObject obj);
static member GetTranslation : Windows.UI.Xaml.DependencyObject -> string
Public Function GetTranslation (obj As DependencyObject) As String

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.DependencyObject instance.

Returns

The String representation of the "Translation" property property.

Applies to