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


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