Edit

Share via


VisualExtensions.SetOffset(DependencyObject, String) Method

Definition

Sets the Windows.UI.Composition.Visual.Offset of a UIElement in a string form

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

value
String

The string representation of the Vector3 to be set

Applies to