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