nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network.Layouts / Link

Link

Full name Microsoft.VisualBasic.Data.visualize.Network.Layouts.Cola.Link`1 Assembly Microsoft.VisualBasic.Data.visualize.Network.Layouts Members 5
Type Parameters
NameDescription
NodeRefType

可以是节点对象类型的实例或者节点数组的下标数字值

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.Layouts.Cola.Link`1

02 Methods

NameOverloadsSummary
ToString 1

03 Properties

NameOverloadsSummary
length 1 ideal length the layout should try to achieve for this link
weight 1 how hard we should try to satisfy this link's ideal length must be in the range: 0 < weight <= 1 if unspecified 1 is the default
source 1
target 1

04 Members

property length #
length

ideal length the layout should try to achieve for this link

property weight #
weight

how hard we should try to satisfy this link's ideal length must be in the range: 0 < weight <= 1 if unspecified 1 is the default

property source #
source
property target #
target
method ToString #
ToString()