Edit

Share via


VisualExtensions.SetScale(DependencyObject, String) Method

Definition

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

public static void SetScale (Windows.UI.Xaml.DependencyObject obj, string value);
static member SetScale : Windows.UI.Xaml.DependencyObject * string -> unit
Public Sub SetScale (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