# C1.Win.TouchToolKit.NoZoomFontZoomPolicy

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_NoZoomFontZoomPolicy" data-uid="C1.Win.TouchToolKit.NoZoomFontZoomPolicy" class="text-break">NoZoomFontZoomPolicy Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base zoom policy for controls that do not zoom the 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.Win.TouchToolKit.ZoomPolicy.html">ZoomPolicy</a></div>
    <div class="level2"><span class="xref">NoZoomFontZoomPolicy</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_NoZoomFontZoomPolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class NoZoomFontZoomPolicy : ZoomPolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class NoZoomFontZoomPolicy
    Inherits ZoomPolicy</code></pre>
  </div>
  <h5 id="C1_Win_TouchToolKit_NoZoomFontZoomPolicy_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>By default, the font of control was inherited from it's parent, so the font of control
will be changed if the font of it's parent was changed. Use this zoom policy to break
the inherited relation and keep the font of the control.</p>
</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_Win_TouchToolKit_NoZoomFontZoomPolicy__ctor" data-uid="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.-ctor.html#C1_Win_TouchToolKit_NoZoomFontZoomPolicy__ctor">NoZoomFontZoomPolicy()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_TouchToolKit_NoZoomFontZoomPolicy_Initialize_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.Initialize(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.Initialize.html#C1_Win_TouchToolKit_NoZoomFontZoomPolicy_Initialize_System_Windows_Forms_Control_">Initialize(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the control before zoom action start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_NoZoomFontZoomPolicy_Terminate_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.Terminate(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.Terminate.html#C1_Win_TouchToolKit_NoZoomFontZoomPolicy_Terminate_System_Windows_Forms_Control_">Terminate(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Terminate the control after zoom action completely.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_NoZoomFontZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo_" data-uid="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.ZoomFont(System.Windows.Forms.Control,C1.Win.TouchToolKit.ZoomFontInfo)">
          <a class="xref" href="C1.Win.TouchToolKit.NoZoomFontZoomPolicy.ZoomFont.html#C1_Win_TouchToolKit_NoZoomFontZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo_">ZoomFont(Control, ZoomFontInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom the control font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
