FillFormat.GradientStyle 属性

定义

返回指定填充的渐变样式。

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

属性值

注解

OneColorGradient(MsoGradientStyle, Int32, Single)使用 或 TwoColorGradient(MsoGradientStyle, Int32) 方法设置填充的渐变样式。

尝试对未使用渐变的填充返回此属性将生成错误。 Type使用 属性确定填充是否具有渐变。

适用于