Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeShapeOutlineColor Method


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