GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / Sheet Property
In This Topic
    Sheet Property
    In This Topic
    Gets or sets the GoObject that represents the sheet of paper the user sees, when the SheetStyle is not GoViewSheetStyle.GoViewSheetStyle.None.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual GoSheet Sheet {get; set;}

    Property Value

    The initial value is null/nothing.
    Remarks
    Setting this property will implicitly change the value of Grid from a reference to BackgroundGrid to a reference to the new Sheet's GoSheet.Grid, if there had been no Sheet before, or else from the old sheet's grid to the new sheet's grid.
    See Also