Edit

Share via


VisualExtensions.GetRotationAngle(DependencyObject) Method

Definition

Gets the Windows.UI.Composition.Visual.RotationAngle of a UIElement in radians

public static double GetRotationAngle (Windows.UI.Xaml.DependencyObject obj);
static member GetRotationAngle : Windows.UI.Xaml.DependencyObject -> double
Public Function GetRotationAngle (obj As DependencyObject) As Double

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

Returns

The Windows.UI.Composition.Visual.RotationAngle of the Windows.UI.Xaml.UIElement

Applies to