FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FourWayArrowShape Class / ShouldSerializeCanRenderText Method


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