GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SheetRoom Property
In This Topic
    SheetRoom Property (GoView)
    In This Topic
    Gets or sets the how much of the background to show on each side of the sheet of paper, when the SheetStyle is not GoViewSheetStyle.None.
    Syntax
    [Category("Sheet")]
    [Description("The extra space on each side of the sheet of paper to be shown, depending on the SheetStyle")]
    public virtual Size SheetRoom {get; set;}

    Property Value

    The value is in view coordinates; the default value is 10x10 pixels.
    Remarks
    The value of this property affects the behavior of UpdateExtent for certain values of SheetStyle.
    See Also