GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / BackgroundColor Property
In This Topic
    BackgroundColor Property (GoText)
    In This Topic
    Gets or sets the background color for this text object, shown when TransparentBackground is false.
    Syntax
    [Category("Appearance")]
    [Description("The background color for this text object.")]
    public virtual Color BackgroundColor {get; set;}

    Property Value

    This defaults to Color.White.
    Remarks
    The background is not painted if TransparentBackground is true.
    See Also