Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeShapeOutlineColor Method


In This Topic
    ShouldSerializeShapeOutlineColor Method (PSObject)
    In This Topic
    Determines if the shape outline color should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeShapeOutlineColor() As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.ShouldSerializeShapeOutlineColor()
    public virtual bool ShouldSerializeShapeOutlineColor()
    See Also