GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / TreeLinkPrototype Property
In This Topic
    TreeLinkPrototype Property
    In This Topic
    Gets or sets an instance of a link that is copied to connect all new nodes in the constructed diagram, when TreeStructured is true or when using the "TreeParentNode" property binding.
    Syntax
    public IGoLink TreeLinkPrototype {get; set;}

    Property Value

    The default value is null. This must be set when TreeStructured is true or when using the "TreeParentNode" property binding.
    See Also