# C1.Framework.C1VectorIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_C1VectorIcon" data-uid="C1.Framework.C1VectorIcon" class="text-break">C1VectorIcon Class
</h1>
  <div class="markdown level0 summary"><p>Represents an icon created from a vectorial definition.</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">C1VectorIcon</span></div>
      <div class="level3"><a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a></div>
      <div class="level3"><a class="xref" href="C1.Framework.C1PolygonIcon.html">C1PolygonIcon</a></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_C1VectorIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1VectorIcon : C1Icon, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1VectorIcon
    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_C1VectorIcon__ctor" data-uid="C1.Framework.C1VectorIcon.#ctor">
          <a class="xref" href="C1.Framework.C1VectorIcon.-ctor.html#C1_Framework_C1VectorIcon__ctor">C1VectorIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1VectorIcon.html">C1VectorIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon__ctor_System_String_" data-uid="C1.Framework.C1VectorIcon.#ctor(System.String)">
          <a class="xref" href="C1.Framework.C1VectorIcon.-ctor.html#C1_Framework_C1VectorIcon__ctor_System_String_">C1VectorIcon(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1VectorIcon.html">C1VectorIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_" data-uid="C1.Framework.C1VectorIcon.#ctor(System.String,System.Drawing.Size,System.Drawing.Color)">
          <a class="xref" href="C1.Framework.C1VectorIcon.-ctor.html#C1_Framework_C1VectorIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_">C1VectorIcon(string, Size, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1VectorIcon.html">C1VectorIcon</a> class with specified key, size and color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_Drawing_Color_" data-uid="C1.Framework.C1VectorIcon.#ctor(System.String,System.Drawing.Size,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="C1.Framework.C1VectorIcon.-ctor.html#C1_Framework_C1VectorIcon__ctor_System_String_System_Drawing_Size_System_Drawing_Color_System_Drawing_Color_">C1VectorIcon(string, Size, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.C1VectorIcon.html">C1VectorIcon</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_C1VectorIcon_AllowSmoothing" data-uid="C1.Framework.C1VectorIcon.AllowSmoothing">
          <a class="xref" href="C1.Framework.C1VectorIcon.AllowSmoothing.html#C1_Framework_C1VectorIcon_AllowSmoothing">AllowSmoothing</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon_IsDirect2DRendererAvailable" data-uid="C1.Framework.C1VectorIcon.IsDirect2DRendererAvailable">
          <a class="xref" href="C1.Framework.C1VectorIcon.IsDirect2DRendererAvailable.html#C1_Framework_C1VectorIcon_IsDirect2DRendererAvailable">IsDirect2DRendererAvailable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the Direct2D renderer is available for use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon_IsFreeScale" data-uid="C1.Framework.C1VectorIcon.IsFreeScale">
          <a class="xref" href="C1.Framework.C1VectorIcon.IsFreeScale.html#C1_Framework_C1VectorIcon_IsFreeScale">IsFreeScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this C1Icon can free scale or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon_Stroke" data-uid="C1.Framework.C1VectorIcon.Stroke">
          <a class="xref" href="C1.Framework.C1VectorIcon.Stroke.html#C1_Framework_C1VectorIcon_Stroke">Stroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to paint the icon stroke. The default value is Transparent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon_StrokeThickness" data-uid="C1.Framework.C1VectorIcon.StrokeThickness">
          <a class="xref" href="C1.Framework.C1VectorIcon.StrokeThickness.html#C1_Framework_C1VectorIcon_StrokeThickness">StrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke thickness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon_UseDirect2DRenderer" data-uid="C1.Framework.C1VectorIcon.UseDirect2DRenderer">
          <a class="xref" href="C1.Framework.C1VectorIcon.UseDirect2DRenderer.html#C1_Framework_C1VectorIcon_UseDirect2DRenderer">UseDirect2DRenderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that the C1VectorIcon renderer uses the Direct2D.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_C1VectorIcon_ViewBox" data-uid="C1.Framework.C1VectorIcon.ViewBox">
          <a class="xref" href="C1.Framework.C1VectorIcon.ViewBox.html#C1_Framework_C1VectorIcon_ViewBox">ViewBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rectangle which determines panning and zooming of content inside the parent container.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
