MsoExtrusionColorType Enumeration

Specifies whether the extrusion color is based on the extruded shape's fill (the front face of the extrusion) and automatically changes when the shape's fill changes, or whether the extrusion color is independent of the shape's fill.

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

Syntax

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

Members

Member name Description
msoExtrusionColorTypeMixed Return value only; indicates a combination of the other states.
msoExtrusionColorAutomatic Extrusion color is based on shape fill.
msoExtrusionColorCustom Extrusion color is independent of shape fill.

Remarks

Used with the ExtrusionColorType property of the ThreeDFormat object.

See Also

Reference

Microsoft.Office.Core Namespace