Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / Save Method / Save(XmlWriter) Method

In This Topic
    Save(XmlWriter) Method
    In This Topic
    Saves the contents of C1Gauge into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal writer As System.Xml.XmlWriter _
    ) 
    public void Save( 
       System.Xml.XmlWriter writer
    )

    Parameters

    writer
    See Also