GradientStops 接口

定义

包含 对象的集合 GradientStop

public interface class GradientStops : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03C0-0000-0000-C000-000000000046")]
public interface GradientStops : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03C0-0000-0000-C000-000000000046")>]
type GradientStops = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface GradientStops
Implements _IMsoDispObj, IEnumerable
属性
实现

注解

渐变是指从一种颜色状态到另一种颜色状态的平缓过渡。 这些部分的端点称为光圈。

属性

Application

在没有对象限定符的情况下使用时,此属性返回一个代表 Microsoft Office 应用程序的 Application 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象。 只读。

Count

获取集合中的 GradientStops 项数。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 GradientStops 。 只读。

Item[Int32]

从集合中GradientStopGradientStops获取 对象。 只读。

方法

Delete(Int32)

删除渐变光圈。

GetEnumerator()

包含 对象的集合 GradientStop

Insert(Int32, Single, Single, Int32)

向渐变添加一个光圈。

Insert2(Int32, Single, Single, Int32, Single)

向渐变添加光圈并指定颜色的亮度和透明度。

适用于