ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gauge Namespace / C1LinearGaugeSerializer Class / C1LinearGaugeSerializer Constructor
Object to serialize.

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

    Parameters

    obj
    Object to serialize.
    See Also