# FarPoint.Win.RadioPictureType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_RadioPictureType" data-uid="FarPoint.Win.RadioPictureType" class="text-break">RadioPictureType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the state of the individual option in the multiple options button control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_RadioPictureType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RadioPictureType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RadioPictureType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_RadioPictureType_PictureFalse">PictureFalse</td>
        <td><p>Uses the picture for the false state</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPictureType_PictureFalsePressed">PictureFalsePressed</td>
        <td><p>Uses the picture for the false and pressed state</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPictureType_PictureTrue">PictureTrue</td>
        <td><p>Uses the picture for the true state</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPictureType_PictureTruePressed">PictureTruePressed</td>
        <td><p>Uses the picture for the true and pressed state</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
