Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializeShape Method


In This Topic
ShouldSerializeShape Method (MultiSideShape)
In This Topic
Determines if the shape should be saved to XML.
Syntax
'Declaration
 
Public Overrides Function ShouldSerializeShape() As Boolean
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Boolean
 
value = instance.ShouldSerializeShape()
See Also