GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / Prototype Property
In This Topic
    Prototype Property (GoToolCreating)
    In This Topic
    Gets or sets the GoObject that should be copied, sized, and positioned by this tool.
    Syntax
    public virtual GoObject Prototype {get; set;}

    Property Value

    By default this is just a GoRectangle, but it is normally set to the kind of object, initialized the way you want, that you want the user to draw. The object should be Resizable and ResizesRealtime, and probably should be Reshapable.
    Remarks
    You might override this property to get the prototype object from a collection of objects, chosen by the some context that your application determines. For example, this might always return
    See Also