GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / Label Property
In This Topic
    Label Property (GoSimpleNode)
    In This Topic
    Gets or sets the GoText label.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public override GoText Label {get; set;}
    Remarks
    You might want to override the CreateLabel method if you want to create a different kind of GoText when constructing this kind of node.
    See Also