TransformProviderWrapperRotate - метод
Rotates the control.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)