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


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