ThreeDFormat.Perspective Property

Determines whether the extrusion appears in perspective. Read/write.

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

Syntax

'Declaration
Property Perspective As MsoTriState
    Get
    Set
'Usage
Dim instance As ThreeDFormat
Dim value As MsoTriState

value = instance.Perspective

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the Perspective property can be one of the following MsoTriState constants:

msoFalse

The extrusion is a parallel, or orthographic, projection—that is, if the walls don't narrow toward a vanishing point.

msoTrue

The extrusion appears in perspective—that is, if the walls of the extrusion narrow toward a vanishing point.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.PowerPoint Namespace