GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / Label Property
In This Topic
    Label Property (GoNode)
    In This Topic
    Get the main GoText object associated with a node.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoText Label {get; set;}

    Property Value

    By default this searches for and returns the first child that is a GoText.
    Remarks
    By default setting this property does nothing. However, some derived classes may implement setting this property.
    See Also