Redraw Property (TextShape)
In This Topic
Gets or sets whether the element is allowed to paint.
Syntax
'Declaration
Public Overridable Property Redraw As Boolean
'Usage
Dim instance As TextShape
Dim value As Boolean
instance.Redraw = value
value = instance.Redraw
public virtual bool Redraw {get; set;}
See Also