GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoTextStyleControl Class / UnderlineProperty Property
In This Topic
    UnderlineProperty Property
    In This Topic
    Gets or sets the particular Northwoods.Go.GoObject property to modify.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public int UnderlineProperty {get; set;}

    Property Value

    This integer should be a Northwoods.Go.GoObject.Changed subhint, as used by Northwoods.Go.GoChangedEventArgs.Northwoods.Go.GoChangedEventArgs.SubHint. By default this is Northwoods.Go.GoText.ChangedUnderline.
    See Also