Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeShapeOutlineThickness Method


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