Edit

Share via


VisualExtensions.SetNormalizedCenterPoint(DependencyObject, String) Method

Definition

Sets the normalized Windows.UI.Composition.Visual.CenterPoint of the Windows.UI.Xaml.UIElement is centered even when the visual is resized

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

value
String

A string representing a Vector2 normalized between 0.0 and 1.0

Applies to