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
SyntaxC#
Copy Code
|
|---|
public bool ForceControlRedraw { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ForceControlRedraw As Boolean |
See Also