Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / SerializeProps Method
XmlTextWriter to which to write (save) the object


In This Topic
SerializeProps Method (MultiSideShape)
In This Topic
Saves the object properties to XML.
Syntax
'Declaration
 
Public Overrides Sub SerializeProps( _
   ByVal w As XmlTextWriter _
) 
 
'Usage
 
Dim instance As MultiSideShape
Dim w As XmlTextWriter
 
instance.SerializeProps(w)

Parameters

w
XmlTextWriter to which to write (save) the object
See Also