Share via


ThreeDFormat.IncrementRotationVertical Method

Vertically rotates a shape on the y-axis using the specified incrementation value.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub IncrementRotationVertical ( _
    Increment As Single _
)
'Usage
Dim instance As ThreeDFormat
Dim Increment As Single

instance.IncrementRotationVertical(Increment)
void IncrementRotationVertical(
    float Increment
)

Parameters

  • Increment
    Type: System.Single
    Specifies the incrementation value.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace