# C1.Win.TouchToolKit.AlternativeContentSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_AlternativeContentSettings" data-uid="C1.Win.TouchToolKit.AlternativeContentSettings" class="text-break">AlternativeContentSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings indicating how to display zoom factor when gesture zooming.</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"><span class="xref">AlternativeContentSettings</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.4.8.dll</h6>
  <h5 id="C1_Win_TouchToolKit_AlternativeContentSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(n))]
public class AlternativeContentSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(n))&gt;
Public Class AlternativeContentSettings</code></pre>
  </div>
  <h5 id="C1_Win_TouchToolKit_AlternativeContentSettings_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This setting only take effect when <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.ZoomPreviewMode.html#C1_Win_TouchToolKit_C1Zoom_ZoomPreviewMode">ZoomPreviewMode</a> property value is <a class="xref" href="C1.Win.TouchToolKit.ZoomPreviewMode.html#C1_Win_TouchToolKit_ZoomPreviewMode_AlternativeContent">ZoomPreviewMode.AlternativeContent</a>.</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_AlternativeContentSettings__ctor" data-uid="C1.Win.TouchToolKit.AlternativeContentSettings.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.AlternativeContentSettings.-ctor.html#C1_Win_TouchToolKit_AlternativeContentSettings__ctor">AlternativeContentSettings()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_TouchToolKit_AlternativeContentSettings_Font" data-uid="C1.Win.TouchToolKit.AlternativeContentSettings.Font">
          <a class="xref" href="C1.Win.TouchToolKit.AlternativeContentSettings.Font.html#C1_Win_TouchToolKit_AlternativeContentSettings_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of alternative content preview text when gesture zooming.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_AlternativeContentSettings_ForeColor" data-uid="C1.Win.TouchToolKit.AlternativeContentSettings.ForeColor">
          <a class="xref" href="C1.Win.TouchToolKit.AlternativeContentSettings.ForeColor.html#C1_Win_TouchToolKit_AlternativeContentSettings_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of alternative content preview text when gesture zooming.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_AlternativeContentSettings_Format" data-uid="C1.Win.TouchToolKit.AlternativeContentSettings.Format">
          <a class="xref" href="C1.Win.TouchToolKit.AlternativeContentSettings.Format.html#C1_Win_TouchToolKit_AlternativeContentSettings_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of alternative content preview text when gesture zooming.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
