GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / BackgroundColor Property
In This Topic
    BackgroundColor Property (GoSubGraph)
    In This Topic
    Gets or sets the background color for the group.
    Syntax
    [Category("Appearance")]
    [Description("The background color for the group; the opacity is specified separately")]
    public virtual Color BackgroundColor {get; set;}

    Property Value

    The default color is a LightBlue.
    See Also