ThreeDFormat.IncrementRotationVertical(Single) Method

Definition

Changes the rotation of the specified shape vertically by the specified number of degrees.

public:
 void IncrementRotationVertical(float Increment);
public void IncrementRotationVertical (float Increment);
Public Sub IncrementRotationVertical (Increment As Single)

Parameters

Increment
Single

Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from –90 through 90. A positive value tilts the shape up; a negative value tilts it down.

Applies to