Search
ControlNode.ForceControlRedraw Property
See Also
 





Calls Refresh() on the hosted control when updating the position of the host node. This forces the control to immediately redraw itself and its child controls.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool ForceControlRedraw { get; set; }

Visual Basic  Copy Code

Public Property ForceControlRedraw As Boolean

 Property Value

 See Also