ComponentOne FlexReport for UWP
GradientStop Constructor

C1.UWP.Document Assembly > C1.Xaml.Document 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 Windows.UI.Color _
)
public GradientStop( 
   System.double position,
   Windows.UI.Color color
)

Parameters

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

Reference

GradientStop Class
GradientStop Members