GoDiagram Web Reference
View Property (GoLayout)

Gets or sets the Northwoods.GoWeb.GoView whose thread is used to run document-updating code and Progress events.
Syntax
'Declaration
 
Public Property View As GoView
public GoView View {get; set;}
Remarks
Automatic layout does not make use of any threads. But if your application calls PerformLayout in a worker thread, you can have PerformLayout call update the positions of nodes and the paths of links in this Control's thread. The document changes that happen are more efficiently and (depending on your application) more safely performed in the thread handling events for your GoView. Progress event handlers will also be called in the view's thread. At this time this property is only used for Windows Forms.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayout Class
GoLayout Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback