GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / TransparentBackground Property
In This Topic
    TransparentBackground Property
    In This Topic
    Gets or sets whether the background color is painted.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether the text is painted alone, or if the background is painted first.")]
    public virtual bool TransparentBackground {get; set;}

    Property Value

    This defaults to true--the background color is not painted, and only the characters are displayed.
    See Also