GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / MarginBounds Property
In This Topic
    MarginBounds Property
    In This Topic
    Gets the bounding rectangle of the area inside the margins.
    Syntax
    [Category("Appearance")]
    [Description("The bounds of the rectangle inside the margins")]
    public virtual RectangleF MarginBounds {get;}

    Property Value

    This just returns the Paper's bounds after the margins are subtracted all around.
    See Also