GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / CreateBackgroundImage Method
In This Topic
    CreateBackgroundImage Method
    In This Topic
    The default sheet has no background GoImage.
    Syntax
    protected virtual GoImage CreateBackgroundImage()

    Return Value

    This returns null
    Remarks
    You can set the BackgroundImage to an initialized GoImage if you want to display an image, or you can override this method.
    See Also