# C1.Diagram.Standard.Edge

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Diagram_Standard_Edge" data-uid="C1.Diagram.Standard.Edge" class="text-break">Edge Class
</h1>
  <div class="markdown level0 summary"><p>Represents diagram edge (link between two nodes).</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"><a class="xref" href="C1.Diagram.EdgeBase.html">EdgeBase</a></div>
    <div class="level3"><span class="xref">Edge</span></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.Standard.html">C1.Diagram.Standard</a></h6>
  <h6><strong>Assembly</strong>: C1.Chart.Diagram.dll</h6>
  <h5 id="C1_Diagram_Standard_Edge_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Edge : EdgeBase, IStyleProvider, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Edge
    Inherits EdgeBase
    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_Standard_Edge__ctor" data-uid="C1.Diagram.Standard.Edge.#ctor">
          <a class="xref" href="C1.Diagram.Standard.Edge.-ctor.html#C1_Diagram_Standard_Edge__ctor">Edge()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Diagram_Standard_Edge_style" data-uid="C1.Diagram.Standard.Edge.style">
          <a class="xref" href="C1.Diagram.Standard.Edge.style.html">style</a>
        </td>
        <td class="markdown level1 summary"><p>Edge style.</p>
</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_Standard_Edge_Style" data-uid="C1.Diagram.Standard.Edge.Style">
          <a class="xref" href="C1.Diagram.Standard.Edge.Style_1.html#C1_Diagram_Standard_Edge_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the node style.</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_Standard_Edge_GetStyle_System_String_" data-uid="C1.Diagram.Standard.Edge.GetStyle(System.String)">
          <a class="xref" href="C1.Diagram.Standard.Edge.GetStyle.html#C1_Diagram_Standard_Edge_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the platform-independent element style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_Standard_Edge_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.Diagram.Standard.Edge.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.Diagram.Standard.Edge.SetStyle.html#C1_Diagram_Standard_Edge_SetStyle_C1_Chart__Style_System_String_">SetStyle(_Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the element style based on provided platform-independent style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
