# C1.Framework.C1PathIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_C1PathIcon" data-uid="C1.Framework.C1PathIcon" class="text-break">C1PathIcon Class
</h1>
  <div class="markdown level0 summary"><p>Represents an icon created from a path string.</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"><a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.C1VectorIcon.html">C1VectorIcon</a></div>
    <div class="level3"><span class="xref">C1PathIcon</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_C1PathIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1PathIcon : C1VectorIcon, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1PathIcon
    Inherits C1VectorIcon
    Implements INotifyPropertyChanged, ICloneable</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_Framework_C1PathIcon__ctor" data-uid="C1.Framework.C1PathIcon.#ctor">
          <a class="xref" href="C1.Framework.C1PathIcon.-ctor.html#C1_Framework_C1PathIcon__ctor">C1PathIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon__ctor_System_String_" data-uid="C1.Framework.C1PathIcon.#ctor(System.String)">
          <a class="xref" href="C1.Framework.C1PathIcon.-ctor.html#C1_Framework_C1PathIcon__ctor_System_String_">C1PathIcon(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_" data-uid="C1.Framework.C1PathIcon.#ctor(System.String,System.Drawing.Size,System.Drawing.Color,System.String)">
          <a class="xref" href="C1.Framework.C1PathIcon.-ctor.html#C1_Framework_C1PathIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_">C1PathIcon(string, Size, Color, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> class with specified key, size and color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_System_Drawing_Color_" data-uid="C1.Framework.C1PathIcon.#ctor(System.String,System.Drawing.Size,System.Drawing.Color,System.String,System.Drawing.Color)">
          <a class="xref" href="C1.Framework.C1PathIcon.-ctor.html#C1_Framework_C1PathIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_System_Drawing_Color_">C1PathIcon(string, Size, Color, string, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> class with specified key, size and color.</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_Framework_C1PathIcon_Data" data-uid="C1.Framework.C1PathIcon.Data">
          <a class="xref" href="C1.Framework.C1PathIcon.Data.html#C1_Framework_C1PathIcon_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the svg string describing the shape.</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_Framework_C1PathIcon_Clone" data-uid="C1.Framework.C1PathIcon.Clone">
          <a class="xref" href="C1.Framework.C1PathIcon.Clone.html#C1_Framework_C1PathIcon_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon_Equals_System_Object_" data-uid="C1.Framework.C1PathIcon.Equals(System.Object)">
          <a class="xref" href="C1.Framework.C1PathIcon.Equals.html#C1_Framework_C1PathIcon_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the specified object is a <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> and has the same
property values as this icon object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon_GetHashCode" data-uid="C1.Framework.C1PathIcon.GetHashCode">
          <a class="xref" href="C1.Framework.C1PathIcon.GetHashCode.html#C1_Framework_C1PathIcon_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon_ReadXml_System_Xml_XmlNode_" data-uid="C1.Framework.C1PathIcon.ReadXml(System.Xml.XmlNode)">
          <a class="xref" href="C1.Framework.C1PathIcon.ReadXml.html#C1_Framework_C1PathIcon_ReadXml_System_Xml_XmlNode_">ReadXml(XmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads this <a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a> from an <span class="xref">System.Xml.XmlReader</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1PathIcon_WriteXml_System_Xml_XmlWriter_" data-uid="C1.Framework.C1PathIcon.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Framework.C1PathIcon.WriteXml.html#C1_Framework_C1PathIcon_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes this <a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a> into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
