GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / TopLabel Property
In This Topic
    TopLabel Property
    In This Topic
    Gets or sets the label at the top of the node.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoText TopLabel {get; set;}

    Property Value

    This must be a GoText object. The value may be set to null, to remove any existing label. If non-null, the text object should have the GoObject.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