View3D.Perspective Property

Perspective.Represents the element tag in schema: c:perspective

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

Syntax

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

value = instance.Perspective

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

Property Value

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

See Also

Reference

View3D Class

View3D Members

DocumentFormat.OpenXml.Drawing.Charts Namespace