GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPalette Class / GoPalette Constructor
In This Topic
    GoPalette Constructor
    In This Topic
    Create a GoPalette window that can show a collection of GoObject items arranged in a grid that the user can drag from.
    Syntax
    public GoPalette()
    Remarks
    This kind of view allows no modifications by users, but does allow copying objects by dragging objects out of the view or through clipboard copy. The grid cell size defaults to 60 by 60, with an initial origin of 20,5.
    See Also