FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Redraw Property


In This Topic
Redraw Property (CalloutArrowShape)
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 CalloutArrowShape
Dim value As Boolean
 
instance.Redraw = value
 
value = instance.Redraw
See Also