GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayout Class
Properties Methods Events


In This Topic
    GoLayout Class Members
    In This Topic

    The following tables list the members exposed by GoLayout.

    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the Northwoods.Go.GoDocument that the layout will be performed on.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public Propertystatic (Shared in Visual Basic) Return the version of GoLayout being used.  
    Public Propertystatic (Shared in Visual Basic) Return the name of the version of GoLayout being used.  
    Public PropertyGets or sets the Northwoods.Go.GoView whose thread is used to run document-updating code and Progress events.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodPerforms auto-layout. You should set the Document property before calling this method.  
    Public MethodOverloaded.   
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method Invoke all Progress event handlers.  
    Protected MethodRemoves the GoLayoutGenericNetwork<N,L,Y> that the layout will be performed on.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventThe Progress event is raised at various times during the PerformLayout routine to indicate progress. In particular, a Progress event should be raised at the start of the layout with a progress of 0.0 and at the end of the layout with a progress of 1.0. Other calls with progress values should be layout routine specific.  
    Top
    See Also