GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / TextColor Property
In This Topic
    TextColor Property
    In This Topic
    Gets or sets the color of the text.
    Syntax
    [Category("Appearance")]
    [Description("The color of the text.")]
    public virtual Color TextColor {get; set;}

    Property Value

    This defaults to Color.Black.
    See Also