View3D.RotateY Property

Y Rotation.Represents the element tag in schema: c:rotY

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RotateY As RotateY
    Get
    Set
'Usage
Dim instance As View3D
Dim value As RotateY

value = instance.RotateY

instance.RotateY = value
public RotateY RotateY { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.RotateY
Returns RotateY.

See Also

Reference

View3D Class

View3D Members

DocumentFormat.OpenXml.Drawing.Charts Namespace