ITransformProvider.Rotate Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Rotates the control.

Namespace:  System.Windows.Automation.Provider
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Sub Rotate ( _
    degrees As Double _
)
void Rotate(
    double degrees
)

Parameters

  • degrees
    Type: System..::.Double
    The number of degrees to rotate the control. A positive number rotates the control clockwise. A negative number rotates the control counterclockwise.

Remarks

An object cannot be moved, resized, or rotated in such a way that its resulting screen location would be completely outside the coordinates of its container, and therefore would be inaccessible to the keyboard or the mouse. For example, this would occur if a top-level window were moved completely off-screen, or if a child object were moved outside the boundaries of the container's viewport. In these cases, the object is placed as close to the requested screen coordinates as possible, and the top or left coordinates are overridden to be within the container boundaries.

Consider raising InvalidOperationException if the CanRotate property is false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ITransformProvider Interface

System.Windows.Automation.Provider Namespace