Share via


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)

Usage

Dim msoExtrusionColorType1 As MsoExtrusionColorType = MsoExtrusionColorType.msoExtrusionColorAutomatic

Syntax

Public Enum MsoExtrusionColorType
public enum MsoExtrusionColorType
public enum class MsoExtrusionColorType
public enum MsoExtrusionColorType
public enum MsoExtrusionColorType

Members

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

Remarks

Used with the ExtrusionColorType property of the ThreeDFormat object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace