ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / GradientStopColor Class / GradientStopColor Constructor

In This Topic
    GradientStopColor Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Color, _
       ByVal offset As Single _
    )
    public GradientStopColor( 
       Color color,
       float offset
    )

    Parameters

    color
    offset
    See Also