Share via


ThreeDFormat.Perspective Property

MsoTrue if the extrusion appears in perspective— that is, if the walls of the extrusion narrow toward a vanishing point. MsoFalse if the extrusion is a parallel, or orthographic, projection— that is, if the walls don't narrow toward a vanishing point.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoTriState

Remarks

MsoTriState can be one of these MsoTriState constants:

msoCTrue

msoFalse

msoTriStateMixed

msoTriStateToggle

msoTrue

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace