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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoExtrusionColorType
Remarks
MsoExtrusionColorType can be one of these MsoExtrusionColorType constants:
msoExtrusionColorAutomatic – Extrusion color based on shape fill.
msoExtrusionColorTypeMixed
msoExtrusionColorCustom – Extrusion color independent of shape fill.