# C1.Report.CheckMark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_CheckMark" data-uid="C1.Report.CheckMark" class="text-break">CheckMark Class
</h1>
  <div class="markdown level0 summary"><p>Defines the visual properties of the check mark of the CheckBoxField.</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">CheckMark</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_CheckMark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CheckMark</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CheckMark</code></pre>
  </div>
  <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_Report_CheckMark_CheckedImage" data-uid="C1.Report.CheckMark.CheckedImage">
          <a class="xref" href="C1.Report.CheckMark.CheckedImage.html#C1_Report_CheckMark_CheckedImage">CheckedImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the checked image (used if <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a> is <a class="xref" href="C1.Report.CheckMarkStyle.html#C1_Report_CheckMarkStyle_CustomImage">CustomImage</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_CheckedSymbol" data-uid="C1.Report.CheckMark.CheckedSymbol">
          <a class="xref" href="C1.Report.CheckMark.CheckedSymbol.html#C1_Report_CheckMark_CheckedSymbol">CheckedSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the checked symbol (used if <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a> is <a class="xref" href="C1.Report.CheckMarkStyle.html#C1_Report_CheckMarkStyle_CustomSymbol">CustomSymbol</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_Font" data-uid="C1.Report.CheckMark.Font">
          <a class="xref" href="C1.Report.CheckMark.Font.html#C1_Report_CheckMark_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used to draw the check mark symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_IndeterminateImage" data-uid="C1.Report.CheckMark.IndeterminateImage">
          <a class="xref" href="C1.Report.CheckMark.IndeterminateImage.html#C1_Report_CheckMark_IndeterminateImage">IndeterminateImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indeterminate image (used if <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a> is <a class="xref" href="C1.Report.CheckMarkStyle.html#C1_Report_CheckMarkStyle_CustomImage">CustomImage</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_IndeterminateSymbol" data-uid="C1.Report.CheckMark.IndeterminateSymbol">
          <a class="xref" href="C1.Report.CheckMark.IndeterminateSymbol.html#C1_Report_CheckMark_IndeterminateSymbol">IndeterminateSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indeterminate symbol (used if <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a> is <a class="xref" href="C1.Report.CheckMarkStyle.html#C1_Report_CheckMarkStyle_CustomSymbol">CustomSymbol</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_Style" data-uid="C1.Report.CheckMark.Style">
          <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the check mark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_UncheckedImage" data-uid="C1.Report.CheckMark.UncheckedImage">
          <a class="xref" href="C1.Report.CheckMark.UncheckedImage.html#C1_Report_CheckMark_UncheckedImage">UncheckedImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unchecked image (used if <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a> is <a class="xref" href="C1.Report.CheckMarkStyle.html#C1_Report_CheckMarkStyle_CustomImage">CustomImage</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_UncheckedSymbol" data-uid="C1.Report.CheckMark.UncheckedSymbol">
          <a class="xref" href="C1.Report.CheckMark.UncheckedSymbol.html#C1_Report_CheckMark_UncheckedSymbol">UncheckedSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unchecked symbol (used if <a class="xref" href="C1.Report.CheckMark.Style.html#C1_Report_CheckMark_Style">Style</a> is <a class="xref" href="C1.Report.CheckMarkStyle.html#C1_Report_CheckMarkStyle_CustomSymbol">CustomSymbol</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_Report_CheckMark_AssignFrom_C1_Report_CheckMark_" data-uid="C1.Report.CheckMark.AssignFrom(C1.Report.CheckMark)">
          <a class="xref" href="C1.Report.CheckMark.AssignFrom.html#C1_Report_CheckMark_AssignFrom_C1_Report_CheckMark_">AssignFrom(CheckMark)</a>
        </td>
        <td class="markdown level1 summary"><p>Assign properties from <a class="xref" href="C1.Report.CheckMark.html">CheckMark</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_OnPropertyChanged_System_String_" data-uid="C1.Report.CheckMark.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Report.CheckMark.OnPropertyChanged.html#C1_Report_CheckMark_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires <span class="xref">C1.Report.FieldBase.PropertyChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckMark_ToString" data-uid="C1.Report.CheckMark.ToString">
          <a class="xref" href="C1.Report.CheckMark.ToString.html#C1_Report_CheckMark_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
