FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / renderText Field


In This Topic
renderText Field (RoundedRectangleShape)
In This Topic
Internal use only. Whether to render the text.
Syntax
'Declaration
 
Protected renderText As Boolean
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Boolean
 
value = instance.renderText
 
instance.renderText = value
See Also