Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / Load Method / Load(XmlDocument) Method

In This Topic
    Load(XmlDocument) Method
    In This Topic
    Loads a Gauge from an System.Xml.XmlDocument.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal doc As System.Xml.XmlDocument _
    ) 
    public void Load( 
       System.Xml.XmlDocument doc
    )

    Parameters

    doc
    See Also