[]
        
(Showing Draft Content)

C1.Win.Gauge.C1Gauge.LoadView

LoadView Method

LoadView(string)

Loads a View of C1Gauge from an XML file.

Declaration
public void LoadView(string fileName)
Public Sub LoadView(fileName As String)
Parameters
Type Name Description
string fileName

LoadView(Stream)

Loads a View of C1Gauge from a Stream.

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

LoadView(XmlDocument)

Loads a View of C1Gauge from an System.Xml.XmlDocument.

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