Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Redraw Property
Example


In This Topic
Redraw Property (ChartShape)
In This Topic
Gets or sets whether the element is allowed to paint.
Syntax
'Declaration
 
Public Overrides Property Redraw As Boolean
 
'Usage
 
Dim instance As ChartShape
Dim value As Boolean
 
instance.Redraw = value
 
value = instance.Redraw
Example
private void button1_Click(object sender, System.EventArgs e)
{
element.Redraw = true;
}
See Also