GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / BackgroundImage Property
In This Topic
    BackgroundImage Property
    In This Topic
    Gets or sets the GoImage that decorates the paper.
    Syntax
    public virtual GoImage BackgroundImage {get; set;}

    Property Value

    Initially this is null
    Remarks
    If you set this property, you may want to initialize the GoImage with not only the Name/Index/Image, but also by setting AutoRescales to false.
    See Also