Northwoods.Go.Layout Assembly > Northwoods.Go.Layout Namespace : GoLayout Class |
The following tables list the members exposed by GoLayout.
Name | Description | |
---|---|---|
Version | Return the version of GoLayout being used. | |
VersionName | Return the name of the version of GoLayout being used. | |
View | Gets or sets the Northwoods.Go.GoView whose thread is used to run document-updating code and Progress events. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
PerformLayout | Performs auto-layout. You should set the Document property before calling this method. | |
RaiseProgress | Overloaded. Call OnProgress with an appropriate GoLayoutProgressEventArgs. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnProgress | Invoke all Progress event handlers. | |
RemoveNetwork | Removes the GoLayoutGenericNetwork<N,L,Y> that the layout will be performed on. |
Name | Description | |
---|---|---|
Progress | The 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. |