ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / ShapeRotation Method
The rotation angle in degrees.

In This Topic
    ShapeRotation Method
    In This Topic
    Set rotation for current Word/RTF shape.
    Syntax
    'Declaration
     
    Public Sub ShapeRotation( _
       ByVal rotation As Single _
    ) 
    public void ShapeRotation( 
       float rotation
    )

    Parameters

    rotation
    The rotation angle in degrees.
    See Also