ComponentOne FlexReport for WinForms
GradientStop Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > GradientStop Class : GradientStop Constructor
The value of the Position property.
The value of the Color property.
Creates a new instance of the GradientStop class.
Syntax
'Declaration
 
Public Function New( _
   ByVal position As System.Double, _
   ByVal color As System.Drawing.Color _
)
public GradientStop( 
   System.double position,
   System.Drawing.Color color
)

Parameters

position
The value of the Position property.
color
The value of the Color property.
See Also

Reference

GradientStop Class
GradientStop Members