GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / Background Property
In This Topic
    Background Property (GoButton)
    In This Topic
    Gets or sets the background object for this button.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoObject Background {get; set;}
    Remarks
    Instead of setting the background shape after creating a GoButton, you may find it easier to override the CreateBackground method.
    See Also