FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / ShouldSerializeForeColor Method


In This Topic
ShouldSerializeForeColor Method (CalloutArrowShape)
In This Topic
Indicates whether the ForeColor property should be persisted.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeForeColor() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeForeColor()
See Also