GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class
Members
In This Topic
    GoView Class
    In This Topic
    GoView is a Control that provides display and editing of abstract graphs or networks of 2D graphical objects.
    Syntax
    [ToolboxItem(true)]
    [ToolboxBitmap(Northwoods.Go.GoView, "Northwoods.Go.GoView.bmp")]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [Designer("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class GoView : System.Windows.Forms.Control, IGoLayerAbilities, IGoLayerCollectionContainer  
    Remarks
    Read the User Guide and FAQ for more details.
    See Also