Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.16 KB

PowerPoint.Model3DFormat.RotationX.md

File metadata and controls

35 lines (21 loc) · 1.16 KB
title keywords f1_keywords api_name ms.date ms.localizationpriority
Model3DFormat.RotationX property (PowerPoint)
vbapp10.chm743010
vbapp10.chm743010
PowerPoint.Model3DFormat.RotationX
04/11/2019
medium

Model3DFormat.RotationX property (PowerPoint)

Returns the x-angle of a 3D model object's rotation. Read/write.

Syntax

expression.RotationX

expression A variable that represents a Model3DFormat object.

Return value

Single

Remarks

The rotation of a 3D model is reported as a trio of x, y, and z Euler angles. The properties RotationX, RotationY, and RotationZ can be used to read or change the absolute orientation of a 3D model.

The methods IncrementRotationX, IncrementRotationY, and IncrementRotationZ can be used to rotate a 3D model relative to its current orientation.

[!includeSupport and feedback]