FillFormat.GradientStops Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GradientStops collection associated with the specified fill format.
public:
property Microsoft::Office::Core::GradientStops ^ GradientStops { Microsoft::Office::Core::GradientStops ^ get(); };
public Microsoft.Office.Core.GradientStops GradientStops { get; }
member this.GradientStops : Microsoft.Office.Core.GradientStops
Public ReadOnly Property GradientStops As GradientStops
Property Value
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.