Share via


FillFormat.GradientStops Property

Gets the GradientStops collection associated with the specified fill format.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property GradientStops As GradientStops
    Get
'Usage
Dim instance As FillFormat
Dim value As GradientStops

value = instance.GradientStops
GradientStops GradientStops { get; }

Property Value

Type: GradientStops
The GradientStops collection associated with the specified fill format.

Remarks

Read/write. Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops. You can use the HYPERLINK "ms-help://AstroNS2/WINWORD.DEV/content/ms-help/HV10343554.htm" GradientStops.Insert method to add gradient stops to the GradientStops collection for the specified object.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace