GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayout Class
/ PerformLayout Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
PerformLayout Method (GoLayout)
In This Topic
Performs auto-layout. You should set the
Document
property before calling this method.
Syntax
C#
public
abstract
void
PerformLayout()
Remarks
This method is overridden by sub-classes to provide a particular kind of auto-layout algorithm. Occasionally during this method there may be
Progress
events indicating how much of the layout has been done.
See Also
Reference
GoLayout Class
GoLayout Members