# C1.WinUI.Core.C1RepeatButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Core_C1RepeatButton" data-uid="C1.WinUI.Core.C1RepeatButton" class="text-break">C1RepeatButton Class
</h1>
  <div class="markdown level0 summary"><p>RepeatButton with a built-in style matching the suite.</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">C1RepeatButton</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Core.html">C1.WinUI.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Core.dll</h6>
  <h5 id="C1_WinUI_Core_C1RepeatButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1RepeatButton : ButtonBase, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1RepeatButton
    Inherits ButtonBase
    Implements IDisposable</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="C1_WinUI_Core_C1RepeatButton__ctor" data-uid="C1.WinUI.Core.C1RepeatButton.#ctor">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.-ctor.html#C1_WinUI_Core_C1RepeatButton__ctor">C1RepeatButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.html">C1RepeatButton</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_BorderAlignmentProperty" data-uid="C1.WinUI.Core.C1RepeatButton.BorderAlignmentProperty">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.BorderAlignmentProperty.html">BorderAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.BorderAlignment.html#C1_WinUI_Core_C1RepeatButton_BorderAlignment">BorderAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_CornerRadiusProperty" data-uid="C1.WinUI.Core.C1RepeatButton.CornerRadiusProperty">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.CornerRadius.html#C1_WinUI_Core_C1RepeatButton_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_FocusBrushProperty" data-uid="C1.WinUI.Core.C1RepeatButton.FocusBrushProperty">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.FocusBrush.html#C1_WinUI_Core_C1RepeatButton_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_MouseOverBrushProperty" data-uid="C1.WinUI.Core.C1RepeatButton.MouseOverBrushProperty">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.MouseOverBrush.html#C1_WinUI_Core_C1RepeatButton_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_PressedBrushProperty" data-uid="C1.WinUI.Core.C1RepeatButton.PressedBrushProperty">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.PressedBrush.html#C1_WinUI_Core_C1RepeatButton_PressedBrush">PressedBrush</a> dependency property.</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="C1_WinUI_Core_C1RepeatButton_BorderAlignment" data-uid="C1.WinUI.Core.C1RepeatButton.BorderAlignment">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.BorderAlignment.html#C1_WinUI_Core_C1RepeatButton_BorderAlignment">BorderAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the border relative to the control bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_CornerRadius" data-uid="C1.WinUI.Core.C1RepeatButton.CornerRadius">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.CornerRadius.html#C1_WinUI_Core_C1RepeatButton_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corners radius.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_FocusBrush" data-uid="C1.WinUI.Core.C1RepeatButton.FocusBrush">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.FocusBrush.html#C1_WinUI_Core_C1RepeatButton_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.UI.Xaml.Media.Brush</span> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_IsDisposed" data-uid="C1.WinUI.Core.C1RepeatButton.IsDisposed">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.IsDisposed.html#C1_WinUI_Core_C1RepeatButton_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_MouseOverBrush" data-uid="C1.WinUI.Core.C1RepeatButton.MouseOverBrush">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.MouseOverBrush.html#C1_WinUI_Core_C1RepeatButton_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.UI.Xaml.Media.Brush</span> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_PressedBrush" data-uid="C1.WinUI.Core.C1RepeatButton.PressedBrush">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.PressedBrush.html#C1_WinUI_Core_C1RepeatButton_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.UI.Xaml.Media.Brush</span> used to paint a button when it is pressed.</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_WinUI_Core_C1RepeatButton_Dispose" data-uid="C1.WinUI.Core.C1RepeatButton.Dispose">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.Dispose.html#C1_WinUI_Core_C1RepeatButton_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_Dispose_System_Boolean_" data-uid="C1.WinUI.Core.C1RepeatButton.Dispose(System.Boolean)">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.Dispose.html#C1_WinUI_Core_C1RepeatButton_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_Finalize" data-uid="C1.WinUI.Core.C1RepeatButton.Finalize">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.Finalize.html#C1_WinUI_Core_C1RepeatButton_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WinUI.Core.C1RepeatButton.html">C1RepeatButton</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1RepeatButton_OnApplyTemplate" data-uid="C1.WinUI.Core.C1RepeatButton.OnApplyTemplate">
          <a class="xref" href="C1.WinUI.Core.C1RepeatButton.OnApplyTemplate.html#C1_WinUI_Core_C1RepeatButton_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
