MsoPresetExtrusionDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion).
public enum class MsoPresetExtrusionDirection
public enum MsoPresetExtrusionDirection
type MsoPresetExtrusionDirection =
Public Enum MsoPresetExtrusionDirection
- Inheritance
-
MsoPresetExtrusionDirection
Fields
Name | Value | Description |
---|---|---|
msoPresetExtrusionDirectionMixed | -2 | Return value only; indicates a combination of the other states. |
msoExtrusionBottomRight | 1 | Bottom right. |
msoExtrusionBottom | 2 | Bottom. |
msoExtrusionBottomLeft | 3 | Bottom left. |
msoExtrusionRight | 4 | Right. |
msoExtrusionNone | 5 | No extrusion. |
msoExtrusionLeft | 6 | Left. |
msoExtrusionTopRight | 7 | Top right. |
msoExtrusionTop | 8 | Top. |
msoExtrusionTopLeft | 9 | Top left. |
Remarks
Used with the PresetExtrusionDirection property of the ThreeDFormat object.