GradientStops Interface

Definition

Contains a collection of GradientStop objects.

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
Attributes
Implements

Remarks

Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.

Properties

Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Office application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.

Count

Gets the number of items in the GradientStops collection. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the GradientStops object was created. Read-only.

Item[Int32]

Gets a GradientStop object from a GradientStops collection. Read-only.

Methods

Delete(Int32)

Removes a gradient stop.

GetEnumerator()
Insert(Int32, Single, Single, Int32)

Adds a stop to a gradient.

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

Adds a stop to a gradient and specifies the brightness, as well as the transparency, of the color.

Applies to