[]
        
(Showing Draft Content)

C1.Win.Gauge.C1Gauge.Load

Load Method

Load(string)

Loads the contents of C1Gauge from an XML file.

Declaration
public void Load(string fileName)
Parameters
Type Name Description
string fileName

Load(Stream)

Loads the contents of C1Gauge from a Stream.

Declaration
public void Load(Stream stream)
Parameters
Type Name Description
Stream stream

Load(XmlDocument)

Loads the contents of C1Gauge from an System.Xml.XmlDocument.

Declaration
public void Load(XmlDocument doc)
Parameters
Type Name Description
XmlDocument doc