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


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

    Parameters

    r
    XmlNodeReader from which to load the object
    See Also