GradientStop.Color Property

Gets a value representing the color of the gradient stop. Read-only.

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

Syntax

'Declaration
ReadOnly Property Color As ColorFormat
    Get
'Usage
Dim instance As GradientStop
Dim value As ColorFormat

value = instance.Color
ColorFormat Color { get; }

Property Value

Type: Microsoft.Office.Core.ColorFormat
ColorFormat

Remarks

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

See Also

Reference

GradientStop Interface

GradientStop Members

Microsoft.Office.Core Namespace