GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class / Text Property
In This Topic
    Text Property (GoPartInfo)
    In This Topic
    Gets or sets a text string describing an object.
    Syntax
    public string Text {get; set;}

    Property Value

    By default this gets the IGoLabeledNode.IGoLabeledPart.Text, if the object is an IGoLabeledNode. Otherwise this value is null, and you may find it convenient to set this to whatever descriptive text that would be useful to your application. This just gets or sets the "Text" property.
    See Also