FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / CanRenderText Property


In This Topic
CanRenderText Property (CalloutArrowShape)
In This Topic
Gets or sets whether the shape renders its text.
Syntax
'Declaration
 
Public Overridable Property CanRenderText As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
instance.CanRenderText = value
 
value = instance.CanRenderText
See Also