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


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