Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / DeserializeMultiSideProps Method
XmlNodeReader from which to load the object


In This Topic
DeserializeMultiSideProps Method
In This Topic
Loads the object properties from XML.
Syntax
'Declaration
 
Public Overridable Sub DeserializeMultiSideProps( _
   ByVal r As XmlNodeReader _
) 
 
'Usage
 
Dim instance As MultiSideShape
Dim r As XmlNodeReader
 
instance.DeserializeMultiSideProps(r)

Parameters

r
XmlNodeReader from which to load the object
See Also