# C1.WPF.Core.C1FontIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_C1FontIcon" data-uid="C1.WPF.Core.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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="C1.WPF.Core.C1View.html">C1View</a></div>
    <div class="level6"><a class="xref" href="C1.WPF.Core.C1Icon.html">C1Icon</a></div>
    <div class="level7"><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.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_C1FontIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1FontIcon : C1Icon, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1FontIcon
    Inherits C1Icon
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable, 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_WPF_Core_C1FontIcon__ctor" data-uid="C1.WPF.Core.C1FontIcon.#ctor">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.-ctor.html#C1_WPF_Core_C1FontIcon__ctor">C1FontIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Core.C1FontIcon.html">C1FontIcon</a> class.</p>
</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_WPF_Core_C1FontIcon_TextDecorationsProperty" data-uid="C1.WPF.Core.C1FontIcon.TextDecorationsProperty">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.TextDecorationsProperty.html">TextDecorationsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1FontIcon.TextDecorations.html#C1_WPF_Core_C1FontIcon_TextDecorations">TextDecorations</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1FontIcon_TextProperty" data-uid="C1.WPF.Core.C1FontIcon.TextProperty">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1FontIcon.Text.html#C1_WPF_Core_C1FontIcon_Text">Text</a> dependency property.</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_WPF_Core_C1FontIcon_Text" data-uid="C1.WPF.Core.C1FontIcon.Text">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.Text.html#C1_WPF_Core_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.windows.controls.control.fontfamily">FontFamily</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1FontIcon_TextDecorations" data-uid="C1.WPF.Core.C1FontIcon.TextDecorations">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.TextDecorations.html#C1_WPF_Core_C1FontIcon_TextDecorations">TextDecorations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a TextDecorations that contains the effects to apply to the text.</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_WPF_Core_C1FontIcon_Clone" data-uid="C1.WPF.Core.C1FontIcon.Clone">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.Clone.html#C1_WPF_Core_C1FontIcon_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1FontIcon_CloneOverride" data-uid="C1.WPF.Core.C1FontIcon.CloneOverride">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.CloneOverride.html#C1_WPF_Core_C1FontIcon_CloneOverride">CloneOverride()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden, it creates a copy of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1FontIcon_Dispose_System_Boolean_" data-uid="C1.WPF.Core.C1FontIcon.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.Dispose.html#C1_WPF_Core_C1FontIcon_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1FontIcon_OnApplyTemplate" data-uid="C1.WPF.Core.C1FontIcon.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.OnApplyTemplate.html#C1_WPF_Core_C1FontIcon_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1FontIcon_OnFlowDirectionChanged" data-uid="C1.WPF.Core.C1FontIcon.OnFlowDirectionChanged">
          <a class="xref" href="C1.WPF.Core.C1FontIcon.OnFlowDirectionChanged.html#C1_WPF_Core_C1FontIcon_OnFlowDirectionChanged">OnFlowDirectionChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the flow direction changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
