FillFormat.GradientColorType 属性

定义

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

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

属性值

注解

OneColorGradient(MsoGradientStyle, Int32, Single)使用 、 PresetGradient(MsoGradientStyle, Int32, MsoPresetGradientType)TwoColorGradient(MsoGradientStyle, Int32) 方法设置填充的渐变类型。

适用于