GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / Label Property
In This Topic
    Label Property (GoTextNode)
    In This Topic
    Display a string and participate in standard textual node searches and editing.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public override GoText Label {get; set;}

    Property Value

    The new value may be null, to simply remove the label. If non-null, the new text object should have the Selectable property set to false.
    Remarks
    Instead of setting the label after creating a node, you may find it easier to override the CreateLabel method.
    See Also