Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeShapeOutlineStyle Method


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