Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTransformProvider Interface / Rotate Method
The requested degrees to rotate the element. A positive number rotates clockwise a negative number rotates counter clockwise

In This Topic
    Rotate Method (IUiaTransformProvider)
    In This Topic
    Rotate the element the specified number of degrees.
    Syntax
    'Declaration
     
    
    Sub Rotate( _
       ByVal degrees As Double _
    ) 
    void Rotate( 
       double degrees
    )

    Parameters

    degrees
    The requested degrees to rotate the element. A positive number rotates clockwise a negative number rotates counter clockwise
    See Also