Spread WinForms 15
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()
See Also