GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / Background Property
In This Topic
    Background Property (GoTextNode)
    In This Topic
    Gets or sets the background object.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoObject Background {get; set;}

    Property Value

    The new value may be null, to simply remove the background object. If non-null, the new object should have the Selectable property set to false.
    Remarks
    Instead of setting the background after creating a node, you may find it easier to override the CreateBackground method. The new background object will have its Selectable and Shadowed properties copied from the old background object.
    See Also