FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / ShouldSerializeCanSize Method


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