ThreeDFormat.ExtrusionColorType 属性

定义

返回或设置一个值,该值指示延伸区域的颜色是否基于延伸的形状的填充 (延伸区域的正面) 和自动更改形状的填充更改,或延伸颜色是否独立于形状的填充。

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

属性值

注解

MsoExtrusionColorType 可以是以下 MsoExtrusionColorType 常量之一:

msoExtrusionColorAutomatic - 基于形状填充的延伸颜色。

msoExtrusionColorTypeMixed

msoExtrusionColorCustom – 延伸颜色与形状填充无关。

适用于