# FarPoint.Win.RadioPicture

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_RadioPicture" data-uid="FarPoint.Win.RadioPicture" class="text-break">RadioPicture Class
</h1>
  <div class="markdown level0 summary"><p>Represents the pictures for the different option button states.</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">RadioPicture</span></div>
  </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_RadioPicture_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_s))]
public class RadioPicture</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_s))&gt;
Public Class RadioPicture</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="FarPoint_Win_RadioPicture__ctor" data-uid="FarPoint.Win.RadioPicture.#ctor">
          <a class="xref" href="FarPoint.Win.RadioPicture.-ctor.html#FarPoint_Win_RadioPicture__ctor">RadioPicture()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the RadioPicture class.</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="FarPoint_Win_RadioPicture_False" data-uid="FarPoint.Win.RadioPicture.False">
          <a class="xref" href="FarPoint.Win.RadioPicture.False.html#FarPoint_Win_RadioPicture_False">False</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image used for the false state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPicture_FalsePressed" data-uid="FarPoint.Win.RadioPicture.FalsePressed">
          <a class="xref" href="FarPoint.Win.RadioPicture.FalsePressed.html#FarPoint_Win_RadioPicture_FalsePressed">FalsePressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image used for the false pressed state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPicture_Item_FarPoint_Win_RadioPictureType_" data-uid="FarPoint.Win.RadioPicture.Item(FarPoint.Win.RadioPictureType)">
          <a class="xref" href="FarPoint.Win.RadioPicture.Item.html#FarPoint_Win_RadioPicture_Item_FarPoint_Win_RadioPictureType_">this[RadioPictureType]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the picture for the different option button states.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPicture_Item_System_Int32_" data-uid="FarPoint.Win.RadioPicture.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.RadioPicture.Item.html#FarPoint_Win_RadioPicture_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the picture for the different option button states.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPicture_True" data-uid="FarPoint.Win.RadioPicture.True">
          <a class="xref" href="FarPoint.Win.RadioPicture.True.html#FarPoint_Win_RadioPicture_True">True</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image used for the true state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RadioPicture_TruePressed" data-uid="FarPoint.Win.RadioPicture.TruePressed">
          <a class="xref" href="FarPoint.Win.RadioPicture.TruePressed.html#FarPoint_Win_RadioPicture_TruePressed">TruePressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image used for the true pressed state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
