Edit

Share via


VisualExtensions.GetRotationAngleInDegrees(DependencyObject) Method

Definition

Gets the Windows.UI.Composition.Visual.RotationAngleInDegrees of a UIElement in degrees

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

Returns

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

Applies to