# C1.Framework.C1FontIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_C1FontIcon" data-uid="C1.Framework.C1FontIcon" class="text-break">C1FontIcon Class
</h1>
  <div class="markdown level0 summary"><p>Represents an icon created from a font.</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"><span class="xref">C1FontIcon</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_C1FontIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1FontIcon : C1Icon, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1FontIcon
    Inherits C1Icon
    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_C1FontIcon__ctor" data-uid="C1.Framework.C1FontIcon.#ctor">
          <a class="xref" href="C1.Framework.C1FontIcon.-ctor.html#C1_Framework_C1FontIcon__ctor">C1FontIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1FontIcon.html">C1FontIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1FontIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_System_Drawing_Font_" data-uid="C1.Framework.C1FontIcon.#ctor(System.String,System.Drawing.Size,System.Drawing.Color,System.String,System.Drawing.Font)">
          <a class="xref" href="C1.Framework.C1FontIcon.-ctor.html#C1_Framework_C1FontIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_System_Drawing_Font_">C1FontIcon(string, Size, Color, string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1FontIcon.html">C1FontIcon</a> class with specified key, size and color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1FontIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.Framework.C1FontIcon.#ctor(System.String,System.Drawing.Size,System.Drawing.Color,System.String,System.Drawing.Font,System.Drawing.Color)">
          <a class="xref" href="C1.Framework.C1FontIcon.-ctor.html#C1_Framework_C1FontIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_String_System_Drawing_Font_System_Drawing_Color_">C1FontIcon(string, Size, Color, string, Font, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1FontIcon.html">C1FontIcon</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_C1FontIcon_Font" data-uid="C1.Framework.C1FontIcon.Font">
          <a class="xref" href="C1.Framework.C1FontIcon.Font.html#C1_Framework_C1FontIcon_Font">Font</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_C1FontIcon_Text" data-uid="C1.Framework.C1FontIcon.Text">
          <a class="xref" href="C1.Framework.C1FontIcon.Text.html#C1_Framework_C1FontIcon_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text that represents the icon in the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.fontfamily">FontFamily</a>.</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_C1FontIcon_Clone" data-uid="C1.Framework.C1FontIcon.Clone">
          <a class="xref" href="C1.Framework.C1FontIcon.Clone.html#C1_Framework_C1FontIcon_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_C1FontIcon_Equals_System_Object_" data-uid="C1.Framework.C1FontIcon.Equals(System.Object)">
          <a class="xref" href="C1.Framework.C1FontIcon.Equals.html#C1_Framework_C1FontIcon_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.C1FontIcon.html">C1FontIcon</a> and has the same
property values as this icon object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1FontIcon_GetHashCode" data-uid="C1.Framework.C1FontIcon.GetHashCode">
          <a class="xref" href="C1.Framework.C1FontIcon.GetHashCode.html#C1_Framework_C1FontIcon_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_C1FontIcon_ReadXml_System_Xml_XmlNode_" data-uid="C1.Framework.C1FontIcon.ReadXml(System.Xml.XmlNode)">
          <a class="xref" href="C1.Framework.C1FontIcon.ReadXml.html#C1_Framework_C1FontIcon_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_C1FontIcon_WriteXml_System_Xml_XmlWriter_" data-uid="C1.Framework.C1FontIcon.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Framework.C1FontIcon.WriteXml.html#C1_Framework_C1FontIcon_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>
