Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetColorBlend Method / GetColorBlend(String,ColorBlend) Method

In This Topic
    GetColorBlend(String,ColorBlend) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetColorBlend( _
       ByVal path As System.String, _
       ByVal defaultValue As System.Drawing.Drawing2D.ColorBlend _
    ) As System.Drawing.Drawing2D.ColorBlend
    public System.Drawing.Drawing2D.ColorBlend GetColorBlend( 
       System.string path,
       System.Drawing.Drawing2D.ColorBlend defaultValue
    )

    Parameters

    path
    defaultValue
    See Also