[]
        
(Showing Draft Content)

C1.Win.Diagram.Edge

Edge Class

Represents link between nodes.

Inheritance
DiagramElement
EdgeBase
Edge
Implements
IStyleProvider
Namespace: C1.Win.Diagram
Assembly: C1.Win.Diagram.10.dll
Syntax
public class Edge : EdgeBase, IStyleProvider, INotifyPropertyChanged
Public Class Edge
    Inherits EdgeBase
    Implements IStyleProvider, INotifyPropertyChanged

Constructors

Name Description
Edge()

Create an instance of Edge class.

Properties

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.

Methods

Name Description
GetStyle(string)

Gets the platform-independent element style.

SetStyle(_Style, string)

Sets the element style based on provided platform-independent style.