[]
        
(Showing Draft Content)

C1.Diagram.EdgeBase

EdgeBase Class

Represents edge base class.

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

Constructors

Name Description
EdgeBase()

Properties

Name Description
Source

Gets or sets the source node.

SourceArrow

Gets or sets the source arrow appearance.

Target

Gets or sets the target node.

TargetArrow

Gets or sets the target arrow appearance.

Text

Gets or sets the edge text label.

Methods

Name Description
ToString()