# C1.Win.Command.C1SideCaption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1SideCaption" data-uid="C1.Win.Command.C1SideCaption" class="text-break">C1SideCaption Class
</h1>
  <div class="markdown level0 summary"><p>Represents a class for SideCaption property of a C1CommandMenu</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">C1SideCaption</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1SideCaption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(C1SideCaption.SideCaptionTypeConverter))]
public class C1SideCaption</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(C1SideCaption.SideCaptionTypeConverter))&gt;
Public Class C1SideCaption</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_Win_Command_C1SideCaption__ctor" data-uid="C1.Win.Command.C1SideCaption.#ctor">
          <a class="xref" href="C1.Win.Command.C1SideCaption.-ctor.html#C1_Win_Command_C1SideCaption__ctor">C1SideCaption()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1SideCaption class.</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_Win_Command_C1SideCaption_BarGradientBegin" data-uid="C1.Win.Command.C1SideCaption.BarGradientBegin">
          <a class="xref" href="C1.Win.Command.C1SideCaption.BarGradientBegin.html#C1_Win_Command_C1SideCaption_BarGradientBegin">BarGradientBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the beginning color of the gradient for the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_BarGradientEnd" data-uid="C1.Win.Command.C1SideCaption.BarGradientEnd">
          <a class="xref" href="C1.Win.Command.C1SideCaption.BarGradientEnd.html#C1_Win_Command_C1SideCaption_BarGradientEnd">BarGradientEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ending color of the gradient for the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_CaptionLayout" data-uid="C1.Win.Command.C1SideCaption.CaptionLayout">
          <a class="xref" href="C1.Win.Command.C1SideCaption.CaptionLayout.html#C1_Win_Command_C1SideCaption_CaptionLayout">CaptionLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text layout for the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_Font" data-uid="C1.Win.Command.C1SideCaption.Font">
          <a class="xref" href="C1.Win.Command.C1SideCaption.Font.html#C1_Win_Command_C1SideCaption_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ForeColor" data-uid="C1.Win.Command.C1SideCaption.ForeColor">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ForeColor.html#C1_Win_Command_C1SideCaption_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_GradientDirection" data-uid="C1.Win.Command.C1SideCaption.GradientDirection">
          <a class="xref" href="C1.Win.Command.C1SideCaption.GradientDirection.html#C1_Win_Command_C1SideCaption_GradientDirection">GradientDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gradient direction (horizontal, vertical, forward diagonal, or backward diagonal) in the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_Icon" data-uid="C1.Win.Command.C1SideCaption.Icon">
          <a class="xref" href="C1.Win.Command.C1SideCaption.Icon.html#C1_Win_Command_C1SideCaption_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the SideCaption icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_Image" data-uid="C1.Win.Command.C1SideCaption.Image">
          <a class="xref" href="C1.Win.Command.C1SideCaption.Image.html#C1_Win_Command_C1SideCaption_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the SideCaption image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ImageIndex" data-uid="C1.Win.Command.C1SideCaption.ImageIndex">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ImageIndex.html#C1_Win_Command_C1SideCaption_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the image for the SideCaption in C1CommandHolder.ImageList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_Text" data-uid="C1.Win.Command.C1SideCaption.Text">
          <a class="xref" href="C1.Win.Command.C1SideCaption.Text.html#C1_Win_Command_C1SideCaption_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text shown in the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_TextAlignment" data-uid="C1.Win.Command.C1SideCaption.TextAlignment">
          <a class="xref" href="C1.Win.Command.C1SideCaption.TextAlignment.html#C1_Win_Command_C1SideCaption_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text alignment (near, far, or center) in the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_TextDirection" data-uid="C1.Win.Command.C1SideCaption.TextDirection">
          <a class="xref" href="C1.Win.Command.C1SideCaption.TextDirection.html#C1_Win_Command_C1SideCaption_TextDirection">TextDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of the text in the SideCaption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_Width" data-uid="C1.Win.Command.C1SideCaption.Width">
          <a class="xref" href="C1.Win.Command.C1SideCaption.Width.html#C1_Win_Command_C1SideCaption_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the SideCaption.</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_Command_C1SideCaption_ResetBarGradientBegin" data-uid="C1.Win.Command.C1SideCaption.ResetBarGradientBegin">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ResetBarGradientBegin.html#C1_Win_Command_C1SideCaption_ResetBarGradientBegin">ResetBarGradientBegin()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ResetBarGradientEnd" data-uid="C1.Win.Command.C1SideCaption.ResetBarGradientEnd">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ResetBarGradientEnd.html#C1_Win_Command_C1SideCaption_ResetBarGradientEnd">ResetBarGradientEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ResetFont" data-uid="C1.Win.Command.C1SideCaption.ResetFont">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ResetFont.html#C1_Win_Command_C1SideCaption_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ResetForeColor" data-uid="C1.Win.Command.C1SideCaption.ResetForeColor">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ResetForeColor.html#C1_Win_Command_C1SideCaption_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ResetIcon" data-uid="C1.Win.Command.C1SideCaption.ResetIcon">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ResetIcon.html#C1_Win_Command_C1SideCaption_ResetIcon">ResetIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ResetImage" data-uid="C1.Win.Command.C1SideCaption.ResetImage">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ResetImage.html#C1_Win_Command_C1SideCaption_ResetImage">ResetImage()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ShouldSerializeBarGradientBegin" data-uid="C1.Win.Command.C1SideCaption.ShouldSerializeBarGradientBegin">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ShouldSerializeBarGradientBegin.html#C1_Win_Command_C1SideCaption_ShouldSerializeBarGradientBegin">ShouldSerializeBarGradientBegin()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ShouldSerializeBarGradientEnd" data-uid="C1.Win.Command.C1SideCaption.ShouldSerializeBarGradientEnd">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ShouldSerializeBarGradientEnd.html#C1_Win_Command_C1SideCaption_ShouldSerializeBarGradientEnd">ShouldSerializeBarGradientEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ShouldSerializeFont" data-uid="C1.Win.Command.C1SideCaption.ShouldSerializeFont">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ShouldSerializeFont.html#C1_Win_Command_C1SideCaption_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ShouldSerializeForeColor" data-uid="C1.Win.Command.C1SideCaption.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ShouldSerializeForeColor.html#C1_Win_Command_C1SideCaption_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ShouldSerializeIcon" data-uid="C1.Win.Command.C1SideCaption.ShouldSerializeIcon">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ShouldSerializeIcon.html#C1_Win_Command_C1SideCaption_ShouldSerializeIcon">ShouldSerializeIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1SideCaption_ShouldSerializeImage" data-uid="C1.Win.Command.C1SideCaption.ShouldSerializeImage">
          <a class="xref" href="C1.Win.Command.C1SideCaption.ShouldSerializeImage.html#C1_Win_Command_C1SideCaption_ShouldSerializeImage">ShouldSerializeImage()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
