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


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