In This Topic
Gets or sets whether the shape renders its text.
Syntax
'Declaration
Public Overridable Property CanRenderText As Boolean
'Usage
Dim instance As PSShape
Dim value As Boolean
instance.CanRenderText = value
value = instance.CanRenderText
public virtual bool CanRenderText {get; set;}
See Also