Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.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 _
    )
    public GradientStop( 
       double position,
       Color color
    )

    Parameters

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