Spread Windows Forms 15.0
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()
    public override bool ShouldSerializeShape()
    See Also