GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PaintPaperColor Method
In This Topic
    PaintPaperColor Method
    In This Topic
    Fill in the document paper color or view background color.
    Syntax
    protected virtual void PaintPaperColor( 
       Graphics g,
       RectangleF clipRect
    )

    Parameters

    g
    clipRect
    Remarks
    If this view's document's GoDocument.PaperColor is Color.Empty we use this view's BackColor instead. However, if the SheetStyle is not GoViewSheetStyle.None, this method just fills in this control's BackColor, because the GoDocument.PaperColor is used for the Sheet instead.
    See Also