TransformProviderWrapperRotate - метод

Rotates the control.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
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.

Реализации

ITransformProviderRotate(Double)

Исключения

InvalidOperationExceptionIf the CanRotate property is false.

См. также