ThreeDFormat.ExtrusionColorType Property
Publisher Developer Reference |
Returns or sets an MsoExtrusionColorType constant indicating 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. Read/write.
Syntax
expression.ExtrusionColorType
expression A variable that represents an ThreeDFormat object.
Return Value
MsoExtrusionColorType
Remarks
The ExtrusionColorType property value can be one of the MsoExtrusionColorType constants declared in the Microsoft Office type library.
Example
If the first shape in the active publication has an automatic extrusion color, this example gives the extrusion a custom yellow color.
Visual Basic for Applications |
---|
|
See Also