TransformProviderWrapper.Rotate - метод

Rotates the control.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
C#
public void Rotate(
	double degrees
)

Параметры

degrees  Double
The number of degrees to rotate the control. A positive number rotates clockwise; a negative number rotates counterclockwise.

Реализации

ITransformProvider.Rotate(Double)

Исключения

InvalidOperationExceptionIf the CanRotate property is false.

См. также