# C1.Diagram.Standard.Node

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Diagram_Standard_Node" data-uid="C1.Diagram.Standard.Node" class="text-break">Node Class
</h1>
  <div class="markdown level0 summary"><p>Represents node for FlexDiagram.</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.NodeBase.html">NodeBase</a></div>
    <div class="level3"><span class="xref">Node</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_Node_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Node : NodeBase, IStyleProvider, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Node
    Inherits NodeBase
    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_Node__ctor" data-uid="C1.Diagram.Standard.Node.#ctor">
          <a class="xref" href="C1.Diagram.Standard.Node.-ctor.html#C1_Diagram_Standard_Node__ctor">Node()</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_Node_style" data-uid="C1.Diagram.Standard.Node.style">
          <a class="xref" href="C1.Diagram.Standard.Node.style.html">style</a>
        </td>
        <td class="markdown level1 summary"><p>Node style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_Standard_Node_titleStyle" data-uid="C1.Diagram.Standard.Node.titleStyle">
          <a class="xref" href="C1.Diagram.Standard.Node.titleStyle.html">titleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Node title 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_Node_Style" data-uid="C1.Diagram.Standard.Node.Style">
          <a class="xref" href="C1.Diagram.Standard.Node.Style_1.html#C1_Diagram_Standard_Node_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the node style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_Standard_Node_TitleImage" data-uid="C1.Diagram.Standard.Node.TitleImage">
          <a class="xref" href="C1.Diagram.Standard.Node.TitleImage.html#C1_Diagram_Standard_Node_TitleImage">TitleImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Diagram_Standard_Node_TitleStyle" data-uid="C1.Diagram.Standard.Node.TitleStyle">
          <a class="xref" href="C1.Diagram.Standard.Node.TitleStyle_1.html#C1_Diagram_Standard_Node_TitleStyle">TitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the node title 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_Node_GetStyle_System_String_" data-uid="C1.Diagram.Standard.Node.GetStyle(System.String)">
          <a class="xref" href="C1.Diagram.Standard.Node.GetStyle.html#C1_Diagram_Standard_Node_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_Node_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.Diagram.Standard.Node.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.Diagram.Standard.Node.SetStyle.html#C1_Diagram_Standard_Node_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>
