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


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