# C1.Win.Ribbon.StyleFlag

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Ribbon_StyleFlag" data-uid="C1.Win.Ribbon.StyleFlag" class="text-break">StyleFlag Enum
</h1>
  <div class="markdown level0 summary"><p>Named style flags (boolean constants).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_StyleFlag_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum StyleFlag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum StyleFlag</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="C1_Win_Ribbon_StyleFlag_AppButtonTextFontPadding">AppButtonTextFontPadding</td>
        <td><p>Indicates if the special padding should be applied when drawing the button text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_BackstageElementBorder">BackstageElementBorder</td>
        <td><p>Indicates whether elements of the BackStageView or ApplicationMenu have a colored left line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_BoxBoldBorder">BoxBoldBorder</td>
        <td><p>Indicates whether focused TextBox-like elements has a bolder border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_ContentAreaBorder">ContentAreaBorder</td>
        <td><p>Indicates whether the tab area should display a border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_ContentAreaShadow">ContentAreaShadow</td>
        <td><p>Indicates whether the tab area should display a shadow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_DropDownCorners">DropDownCorners</td>
        <td><p>Indicates whether the drop-down window has rounded corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_FocusedBoldBorder">FocusedBoldBorder</td>
        <td><p>Indicates whether focused elements has a bolder border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_GroupTextFontPadding">GroupTextFontPadding</td>
        <td><p>Indicates if the special padding should be added when drawing group captions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_MenuBoldFontPadding">MenuBoldFontPadding</td>
        <td><p>Indicates if the special padding should be applied when drawing strings using MenuBold font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_MenuHeaderFontPadding">MenuHeaderFontPadding</td>
        <td><p>Indicates if the special padding should be applied when drawing strings using MenuHeader font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_None">None</td>
        <td><p>Value used as default for <a class="xref" href="C1.Win.Ribbon.StyleFlag.html">StyleFlag</a> enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TabGroupFontPadding">TabGroupFontPadding</td>
        <td><p>Indicates if the special padding should be applied when drawing strings using TabGroup font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TabTextFontPadding">TabTextFontPadding</td>
        <td><p>Indicates if the special padding should be applied when drawing tab caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TextFontPadding">TextFontPadding</td>
        <td><p>Indicates if the special padding should be applied when drawing strings using Text font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TooltipBorder">TooltipBorder</td>
        <td><p>Indicates whether the tooltip window should display a border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TooltipRoundedCorners">TooltipRoundedCorners</td>
        <td><p>Indicates whether the tooltip window has rounded corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TooltipShadow">TooltipShadow</td>
        <td><p>Indicates whether the tooltip window should display a shadow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFlag_TooltipUseFading">TooltipUseFading</td>
        <td><p>Indicates whether a fade effect should be used when displaying a tooltip.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
