[]
Represents link between nodes.
public class Edge : EdgeBase, IStyleProvider, INotifyPropertyChanged
Public Class Edge
Inherits EdgeBase
Implements IStyleProvider, INotifyPropertyChanged
| Name | Description |
|---|---|
| Edge() | Create an instance of Edge class. |
| Name | Description |
|---|---|
| Source | Gets the source node of edge. |
| Style | Gets or sets the edge style. |
| Target | Gets the source node of edge. |
| Tooltip | Gets or sets the tooltip for the node. |
| Name | Description |
|---|---|
| GetStyle(string) | Gets the platform-independent element style. |
| SetStyle(_Style, string) | Sets the element style based on provided platform-independent style. |