GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayout Class
Members
In This Topic
    GoLayout Class
    In This Topic
    GoLayout provides a common super-class for auto-layout algorithms. The key aspects of an auto-layout algorithm are an input Northwoods.Go.GoDocument and a PerformLayout method.
    Syntax
    [DesignerCategory("Component")]
    [Serializable()]
    public abstract class GoLayout : System.ComponentModel.Component 
    See Also