[]
        
(Showing Draft Content)

C1.Win.Gauge.C1GaugeBase.Load

Load Method

Load(string)

Loads a Gauge definition 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 a Gauge definition from a Stream.

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

Load(XmlDocument)

Loads a Gauge from an System.Xml.XmlDocument.

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