Graph.Links Property

Comuna.NET

GraphLinks Property

Gets or sets the list of Link in this graph.

Namespace:  Comuna.D3
Assembly:  Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0
Syntax
C#
public List<Link> Links { get; }
Request Example View Source

Property Value

Type: ListLink
See Also