Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / Load Method / Load(Stream) Method

In This Topic
    Load(Stream) Method
    In This Topic
    Loads a Gauge definition from a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As System.IO.Stream _
    ) 
    public void Load( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also