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


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