Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / LineShape Class / DeserializeLineProps Method
XmlNodeReader from which to load the object


In This Topic
    DeserializeLineProps Method
    In This Topic
    Loads the object properties from XML.
    Syntax
    'Declaration
     
    
    Public Overridable Sub DeserializeLineProps( _
       ByVal r As XmlNodeReader _
    ) 
    'Usage
     
    
    Dim instance As LineShape
    Dim r As XmlNodeReader
     
    instance.DeserializeLineProps(r)
    public virtual void DeserializeLineProps( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to load the object
    See Also