ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Slider Namespace / C1SliderSerializer Class / C1SliderSerializer Constructor
Serializable Object.

In This Topic
    C1SliderSerializer Constructor
    In This Topic
    Initializes a new instance of the C1SliderSerializer class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal obj As System.Object _
    )
    public C1SliderSerializer( 
       System.object obj
    )

    Parameters

    obj
    Serializable Object.
    See Also