ChartFillFormat.GradientColorType 属性

定义

返回指定填充的渐变颜色类型。

public:
 property Microsoft::Office::Core::MsoGradientColorType GradientColorType { Microsoft::Office::Core::MsoGradientColorType get(); };
public Microsoft.Office.Core.MsoGradientColorType GradientColorType { get; }
Public ReadOnly Property GradientColorType As MsoGradientColorType

属性值

注解

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

msoGradientColorMixed

msoGradientOneColor

msoGradientPresetColors

msoGradientTwoColors

MsoGradientColorMixed 指示指定区域中其他状态的组合。 OneColorGradient(MsoGradientStyle, Int32, Single)使用 、 PresetGradient(MsoGradientStyle, Int32, MsoPresetGradientType)TwoColorGradient(MsoGradientStyle, Int32) 方法设置填充的渐变类型。

适用于