GradientStops Interface

Contains a collection of GradientStop objects.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C03C0-0000-0000-C000-000000000046")> _
Public Interface GradientStops _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As GradientStops
[GuidAttribute("000C03C0-0000-0000-C000-000000000046")]
public interface GradientStops : _IMsoDispObj, 
    IEnumerable

Remarks

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

See Also

Reference

GradientStops Members

Microsoft.Office.Core Namespace