ThreeDFormat.ExtrusionColorType Property

Definition

Returns or sets a value that indicates 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.

public:
 property Microsoft::Office::Core::MsoExtrusionColorType ExtrusionColorType { Microsoft::Office::Core::MsoExtrusionColorType get(); void set(Microsoft::Office::Core::MsoExtrusionColorType value); };
public Microsoft.Office.Core.MsoExtrusionColorType ExtrusionColorType { get; set; }
member this.ExtrusionColorType : Microsoft.Office.Core.MsoExtrusionColorType with get, set
Public Property ExtrusionColorType As MsoExtrusionColorType

Property Value

Remarks

MsoExtrusionColorType can be one of these MsoExtrusionColorType constants:

msoExtrusionColorAutomatic – Extrusion color based on shape fill.

msoExtrusionColorTypeMixed

msoExtrusionColorCustom – Extrusion color independent of shape fill.

Applies to