# C1.Win.ExpressionEditor.UI.ImageButtonStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_ImageButtonStyle" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle" class="text-break">ImageButtonStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.html">ImageButtonStyle</a> class contains display attributes that
determine the appearance of ImageButton elements on the screen.</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"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseStyle.html">BaseStyle</a></div>
    <div class="level2"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseItemStyle.html">BaseItemStyle</a></div>
    <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseImageButtonStyle.html">BaseImageButtonStyle</a></div>
    <div class="level4"><span class="xref">ImageButtonStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.ExpressionEditor.UI.html">C1.Win.ExpressionEditor.UI</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.ExpressionEditor.10.dll</h6>
  <h5 id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ImageButtonStyle : BaseImageButtonStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ImageButtonStyle
    Inherits BaseImageButtonStyle</code></pre>
  </div>
  <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_Win_ExpressionEditor_UI_ImageButtonStyle_Border" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Border">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Border.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_Corners" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Corners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Corners.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Corners">Corners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the element corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_Hot" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Hot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Hot.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Hot">Hot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style to be used when the element is hot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_Margins" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Margins">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Margins.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Margins">Margins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the margins around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_Padding" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Padding">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Padding.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the padding between the element edges and its content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_Pressed" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Pressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Pressed.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Pressed">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style to be used when the element 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_Win_ExpressionEditor_UI_ImageButtonStyle_ApplyToStyle_C1_Framework_Style_" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.ApplyToStyle(C1.Framework.Style)">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.ApplyToStyle.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_ApplyToStyle_C1_Framework_Style_">ApplyToStyle(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies style to destination style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_ResetCorners" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.ResetCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.ResetCorners.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Corners.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ImageButtonStyle_ShouldSerializeCorners" data-uid="C1.Win.ExpressionEditor.UI.ImageButtonStyle.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.ShouldSerializeCorners.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_ShouldSerializeCorners">ShouldSerializeCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.Corners.html#C1_Win_ExpressionEditor_UI_ImageButtonStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
