# FarPoint.Win.NumberNegativeFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_NumberNegativeFormat" data-uid="FarPoint.Win.NumberNegativeFormat" class="text-break">NumberNegativeFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the formatting of a negative value in a numeric edit 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_NumberNegativeFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum NumberNegativeFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum NumberNegativeFormat</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_NumberNegativeFormat_NegativeSignAfter">NegativeSignAfter</td>
        <td><p>Displays the negative sign after the value in the control</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_NumberNegativeFormat_NegativeSignAfterWithSpace">NegativeSignAfterWithSpace</td>
        <td><p>Displays the negative sign with a space after the value in the control</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_NumberNegativeFormat_NegativeSignBefore">NegativeSignBefore</td>
        <td><p>Displays the negative sign before the value in the control</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_NumberNegativeFormat_NegativeSignBeforeWithSpace">NegativeSignBeforeWithSpace</td>
        <td><p>Displays the negative sign with a space before the value in the control</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_NumberNegativeFormat_Parentheses">Parentheses</td>
        <td><p>Displays the negative sign and the value in the control in parentheses</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_NumberNegativeFormat_UseRegional">UseRegional</td>
        <td><p>Displays the sign and value according to the Windows regional settings</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
