[]
        
(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)
Public Sub Load(fileName As String)
Parameters
Type Name Description
string fileName

Load(Stream)

Loads the contents of C1Gauge from a Stream.

Declaration
public void Load(Stream stream)
Public Sub Load(stream As 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)
Public Sub Load(doc As XmlDocument)
Parameters
Type Name Description
XmlDocument doc