# FarPoint.Win.FpVisualStyleRenderer.GetInteger

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_FpVisualStyleRenderer_GetInteger_" data-uid="FarPoint.Win.FpVisualStyleRenderer.GetInteger*">GetInteger Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_FpVisualStyleRenderer_GetInteger_" data-uid="FarPoint.Win.FpVisualStyleRenderer.GetInteger*"></a>
<h4 id="FarPoint_Win_FpVisualStyleRenderer_GetInteger_System_Windows_Forms_VisualStyles_IntegerProperty_" data-uid="FarPoint.Win.FpVisualStyleRenderer.GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty)">GetInteger(IntegerProperty)</h4>
<div class="markdown level1 summary"><p>Returns the value of the specified integer property for the current visual style element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int GetInteger(IntegerProperty prop)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetInteger(prop As IntegerProperty) As Integer</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.visualstyles.integerproperty">IntegerProperty</a></td>
      <td><span class="parametername">prop</span></td>
      <td><p>One of the System.Windows.Forms.VisualStyles.IntegerProperty values that specifies which property value to retrieve for the current visual style element.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>The integer value of the property specified by the prop parameter for the current visual style element.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
