Version

GradientStop Constructor

Creates a new GradientStop instance with the specified color and position.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also