FillFormat.GradientStops 属性

定义

获取与 GradientStops 指定的填充格式关联的集合。

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

属性值

GradientStops 指定的填充格式关联的集合。

注解

读/写。 渐变是指从一种颜色状态到另一种颜色状态的平缓过渡。 这些部分的端点称为光圈。 可以使用 HYPERLINK“ms-help://AstroNS2/WINWORD。DEV/content/ms-help/HV10343554.htm“GradientStops.Insert 方法,用于向指定对象的 GradientStops 集合添加渐变 停止点。

适用于