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


In This Topic
ShouldSerializeShadowOffset Method (CalloutArrowShape)
In This Topic
Determines whether the shadow offset should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeShadowOffset() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeShadowOffset()
See Also