GradientStop Interface

Represents one gradient stop.

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

Syntax

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

Remarks

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

See Also

Reference

GradientStop Members

Microsoft.Office.Core Namespace