TransformProviderWrapperRotate - метод
Rotates the control.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public void Rotate(
double degrees
)
Public Sub Rotate (
degrees As Double
)
public:
virtual void Rotate(
double degrees
) sealed
abstract Rotate :
degrees : float -> unit
override Rotate :
degrees : float -> unit
- degrees Double
- The number of degrees to rotate the control. A positive number rotates clockwise; a negative number rotates counterclockwise.
ITransformProviderRotate(Double) InvalidOperationException | If the CanRotate property is false. |