GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / BackgroundLayer Property
In This Topic
    BackgroundLayer Property
    In This Topic
    Gets or sets the layer that is normally used for holding view-specific objects that are behind all of the document layers.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual GoLayer BackgroundLayer {get; set;}

    Property Value

    The GoLayer value must not be null and must already belong to this view.
    See Also