# C1.Diagram.EdgeBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Diagram_EdgeBase" data-uid="C1.Diagram.EdgeBase" class="text-break">EdgeBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents edge base class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DiagramElement</span></div>
    <div class="level2"><span class="xref">EdgeBase</span></div>
      <div class="level3"><a class="xref" href="C1.Diagram.Standard.Edge.html">Edge</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IStyleProvider</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Diagram.html">C1.Diagram</a></h6>
  <h6><strong>Assembly</strong>: C1.Chart.Diagram.dll</h6>
  <h5 id="C1_Diagram_EdgeBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EdgeBase : DiagramElement, IStyleProvider, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EdgeBase
    Inherits DiagramElement
    Implements IStyleProvider, INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Diagram_EdgeBase__ctor" data-uid="C1.Diagram.EdgeBase.#ctor">
          <a class="xref" href="C1.Diagram.EdgeBase.-ctor.html#C1_Diagram_EdgeBase__ctor">EdgeBase()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Diagram_EdgeBase_Source" data-uid="C1.Diagram.EdgeBase.Source">
          <a class="xref" href="C1.Diagram.EdgeBase.Source.html#C1_Diagram_EdgeBase_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the source node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_EdgeBase_SourceArrow" data-uid="C1.Diagram.EdgeBase.SourceArrow">
          <a class="xref" href="C1.Diagram.EdgeBase.SourceArrow.html#C1_Diagram_EdgeBase_SourceArrow">SourceArrow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the source arrow appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_EdgeBase_Target" data-uid="C1.Diagram.EdgeBase.Target">
          <a class="xref" href="C1.Diagram.EdgeBase.Target.html#C1_Diagram_EdgeBase_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_EdgeBase_TargetArrow" data-uid="C1.Diagram.EdgeBase.TargetArrow">
          <a class="xref" href="C1.Diagram.EdgeBase.TargetArrow.html#C1_Diagram_EdgeBase_TargetArrow">TargetArrow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target arrow appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_EdgeBase_Text" data-uid="C1.Diagram.EdgeBase.Text">
          <a class="xref" href="C1.Diagram.EdgeBase.Text.html#C1_Diagram_EdgeBase_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the edge text label.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Diagram_EdgeBase_ToString" data-uid="C1.Diagram.EdgeBase.ToString">
          <a class="xref" href="C1.Diagram.EdgeBase.ToString.html#C1_Diagram_EdgeBase_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
