ThreeDFormat.Perspective Property
Excel Developer Reference |
Returns or sets an MsoTriState value that determines whether the extrusion appears in perspective.
Syntax
expression.Perspective
expression A variable that represents a ThreeDFormat object.
Remarks
This property can be set to one of the following MsoTriState constants:
msoCTrue Does not apply to this property. |
msoFalse The extrusion is a parallel, or orthographic, projection—that is, the walls don't narrow toward a vanishing point. |
msoTriStateMixed |
msoTriStateToggle |
msoTrue The extrusion appears in perspective—that is, the walls of the extrusion narrow toward a vanishing point. |
See Also