C1.UWP.Document Assembly / C1.Xaml.Document Namespace / GradientStop Class / GradientStop Constructor
The value of the Position property.
The value of the Color property.

In This Topic
GradientStop Constructor
In This Topic
Creates a new instance of the GradientStop class.
Syntax
'Declaration
 
Public Function New( _
   ByVal position As Double, _
   ByVal color As Color _
)
 

Parameters

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