GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / ShowsMargins Property
In This Topic
    ShowsMargins Property
    In This Topic
    Gets or sets whether this sheet should shade the marginal area with MarginColor.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether this paints the marginal areas with the MarginColor")]
    public virtual bool ShowsMargins {get; set;}

    Property Value

    By default this is true.
    Remarks
    If you maintain the margin properties to match the user's current printer page settings, as you can easily do by calling UpdateBounds, then the user will be able to see whether any objects might be clipped when printed.
    See Also