GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class
Members
In This Topic
    GoSheet Class
    In This Topic
    This class is an object that represents a sheet of paper, normally only used as a background GoView.Sheet in a GoView.
    Syntax
    [DefaultMember("Item")]
    [Serializable()]
    public class GoSheet : GoGroup, IGoCollection  
    Remarks

    A sheet also supports a Grid and an optional BackgroundImage that you can set. It also can paint the margins to let the user know where the margins are.

    For WinForms, you will need to set the margins appropriately, given the current page settings for your application. Given a PageSettings object you can call UpdateBounds to adjust the sizes of the Paper and the margins.

    See Also