MsoPresetExtrusionDirection Enumeration

Specifies the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion).

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoPresetExtrusionDirection
'Usage
Dim instance As MsoPresetExtrusionDirection
public enum MsoPresetExtrusionDirection

Members

Member name Description
msoPresetExtrusionDirectionMixed Return value only; indicates a combination of the other states.
msoExtrusionBottomRight Bottom right.
msoExtrusionBottom Bottom.
msoExtrusionBottomLeft Bottom left.
msoExtrusionRight Right.
msoExtrusionNone No extrusion.
msoExtrusionLeft Left.
msoExtrusionTopRight Top right.
msoExtrusionTop Top.
msoExtrusionTopLeft Top left.

Remarks

Used with the PresetExtrusionDirection property of the ThreeDFormat object.

See Also

Reference

Microsoft.Office.Core Namespace