Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the GradientStops collection associated with the specified fill format. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.GradientStops
Remarks
You can use the Insert(Int32, Single, Single, Int32) method to add gradient stops to the GradientStops collection for the specified object.
This property is read-only. Use the OneColorGradient method to set the gradient degree for the fill.