[]
        
(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)
Parameters
Type Name Description
string fileName

LoadView(Stream)

Loads a View of C1Gauge from a Stream.

Declaration
public void LoadView(Stream 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)
Parameters
Type Name Description
XmlDocument doc