Class Graph.NodeWeight
Inheritance
System.Object
Graph.NodeWeight
Namespace: GraphVisualizer
Syntax
protected class NodeWeight
Properties
node
Declaration
public object node { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
weight
Declaration
public float weight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |