VisualExtensions.SetRotationAngleInDegrees(DependencyObject, Double) Method

Definition

Sets the Windows.UI.Composition.Visual.RotationAngleInDegrees of a UIElement in radians

public static void SetRotationAngleInDegrees (Windows.UI.Xaml.DependencyObject obj, double value);
static member SetRotationAngleInDegrees : Windows.UI.Xaml.DependencyObject * double -> unit
Public Sub SetRotationAngleInDegrees (obj As DependencyObject, value As Double)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

value
Double

The rotation in degrees

Applies to