# C1.Win.Command.TopicPageStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_TopicPageStyle" data-uid="C1.Win.Command.TopicPageStyle" class="text-break">TopicPageStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the topic page style.</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">TopicPageStyle</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_TopicPageStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class TopicPageStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class TopicPageStyle</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_TopicPageStyle__ctor_C1_Win_Command_TopicPageCaptionStyle_C1_Win_Command_TopicPageCaptionStyle_C1_Win_Command_TopicPageCaptionStyle_System_Drawing_Color_System_Drawing_Color_" data-uid="C1.Win.Command.TopicPageStyle.#ctor(C1.Win.Command.TopicPageCaptionStyle,C1.Win.Command.TopicPageCaptionStyle,C1.Win.Command.TopicPageCaptionStyle,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.-ctor.html#C1_Win_Command_TopicPageStyle__ctor_C1_Win_Command_TopicPageCaptionStyle_C1_Win_Command_TopicPageCaptionStyle_C1_Win_Command_TopicPageCaptionStyle_System_Drawing_Color_System_Drawing_Color_">TopicPageStyle(TopicPageCaptionStyle, TopicPageCaptionStyle, TopicPageCaptionStyle, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.TopicPageStyle.html">TopicPageStyle</a> 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_TopicPageStyle_BackgroundColor" data-uid="C1.Win.Command.TopicPageStyle.BackgroundColor">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.BackgroundColor.html#C1_Win_Command_TopicPageStyle_BackgroundColor">BackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background color of page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicPageStyle_BorderColor" data-uid="C1.Win.Command.TopicPageStyle.BorderColor">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.BorderColor.html#C1_Win_Command_TopicPageStyle_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the border color of page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicPageStyle_MouseOverCaption" data-uid="C1.Win.Command.TopicPageStyle.MouseOverCaption">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.MouseOverCaption.html#C1_Win_Command_TopicPageStyle_MouseOverCaption">MouseOverCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of caption page when mouse cursor is over caption of page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicPageStyle_NormalCaption" data-uid="C1.Win.Command.TopicPageStyle.NormalCaption">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.NormalCaption.html#C1_Win_Command_TopicPageStyle_NormalCaption">NormalCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of caption page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicPageStyle_PressedCaption" data-uid="C1.Win.Command.TopicPageStyle.PressedCaption">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.PressedCaption.html#C1_Win_Command_TopicPageStyle_PressedCaption">PressedCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pressed style of caption page.</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_TopicPageStyle_Equals_System_Object_" data-uid="C1.Win.Command.TopicPageStyle.Equals(System.Object)">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.Equals.html#C1_Win_Command_TopicPageStyle_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicPageStyle_GetHashCode" data-uid="C1.Win.Command.TopicPageStyle.GetHashCode">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.GetHashCode.html#C1_Win_Command_TopicPageStyle_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicPageStyle_ToString" data-uid="C1.Win.Command.TopicPageStyle.ToString">
          <a class="xref" href="C1.Win.Command.TopicPageStyle.ToString.html#C1_Win_Command_TopicPageStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
