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


In This Topic
ShouldSerializeGradient Method (CalloutArrowShape)
In This Topic
Determines if the shape outline scaling should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeGradient() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeGradient()
See Also