GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / PaperColor Property
In This Topic
    PaperColor Property
    In This Topic
    Gets or sets the color for this document's background.
    Syntax
    [Category("Appearance")]
    [Description("The color of the document's background.")]
    public virtual Color PaperColor {get; set;}

    Property Value

    The default value is Color.Empty.
    Remarks
    Documents can have their own background, independent of any background color provided by a view. The normal behavior is that a view will use the document's PaperColor property when that color is not Color.Empty, but will otherwise use the view's BackColor property. However, there may be times when both or neither color is used in a rendering of the document.
    See Also