GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Underline Property
In This Topic
    Underline Property (GoText)
    In This Topic
    Gets or sets whether the font style includes underline.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the font style includes an underline.")]
    public virtual bool Underline {get; set;}

    Property Value

    This defaults to false.
    Remarks
    If AutoResizes is true, setting this property will resize this object to fit the text; otherwise if AutoRescales is true, setting this property will change the font size so that the text fits the bounds.
    See Also