CanRenderText Property (LineShape)
Gets or sets whether the shape renders its text.
public virtual bool CanRenderText {get; set;}
'Declaration
Public Overridable Property CanRenderText As Boolean
'Usage
Dim instance As LineShape
Dim value As Boolean
instance.CanRenderText = value
value = instance.CanRenderText