Version

GradientStop Constructor

Creates a new GradientStop instance with the specified color and position.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As WorkbookColorInfo, _
   ByVal position As Single _
)
public GradientStop( 
   WorkbookColorInfo color,
   float position
)

Parameters

color
A Infragistics.Documents.Excel.WorkbookColorInfo instance which defines the color for this stop.
position
A value between 0 and 1 which defines the relative position within the fill area up to which this stop is applied.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also