ThreeDFormat.ExtrusionColorType Property
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. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ExtrusionColorType As MsoExtrusionColorType
Get
Set
'Usage
Dim instance As ThreeDFormat
Dim value As MsoExtrusionColorType
value = instance.ExtrusionColorType
instance.ExtrusionColorType = value
MsoExtrusionColorType ExtrusionColorType { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoExtrusionColorType
Remarks
The value of the ExtrusionColorType property can be one of these MsoExtrusionColorType constants.
Constant |
Description |
---|---|
msoExtrusionColorAutomatic |
Extrusion color is based on shape fill. |
msoExtrusionColorCustom |
Extrusion color is independent of shape fill. |
msoExtrusionColorTypeMixed |
Extrusion color is partially independent of shape fill. |