# FarPoint.Win.ComplexBorderSide

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_ComplexBorderSide" data-uid="FarPoint.Win.ComplexBorderSide" class="text-break">ComplexBorderSide Class
</h1>
  <div class="markdown level0 summary"><p>Represents one side of a four-sided, complex border.</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">ComplexBorderSide</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ComplexBorderSide_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_l))]
public class ComplexBorderSide : ICloneable, ISerializable, ISerializeSupport, IComparable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_l))&gt;
Public Class ComplexBorderSide
    Implements ICloneable, ISerializable, ISerializeSupport, IComparable</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="FarPoint_Win_ComplexBorderSide__ctor" data-uid="FarPoint.Win.ComplexBorderSide.#ctor">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor">ComplexBorderSide()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with default color SystemColors.WindowFrame,
default width of 1, default dash style of Solid, and empty dash pattern and compound array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_FarPoint_Win_ComplexBorderSideStyle_" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(FarPoint.Win.ComplexBorderSideStyle)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_FarPoint_Win_ComplexBorderSideStyle_">ComplexBorderSide(ComplexBorderSideStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with settings equivalent to the specified side style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_FarPoint_Win_ComplexBorderSideStyle_System_Drawing_Color_" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(FarPoint.Win.ComplexBorderSideStyle,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_FarPoint_Win_ComplexBorderSideStyle_System_Drawing_Color_">ComplexBorderSide(ComplexBorderSideStyle, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with the specified style and color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_System_Boolean_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_System_Single___System_Single___" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(System.Boolean,System.Drawing.Color,System.Int32,System.Drawing.Drawing2D.DashStyle,System.Single[],System.Single[])">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_System_Boolean_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_System_Single___System_Single___">ComplexBorderSide(bool, Color, int, DashStyle, float[], float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with the specified color, width,
dash style, dash pattern and compound array, and whether to draw the side.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_">ComplexBorderSide(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with the specified color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(System.Drawing.Color,System.Int32)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_System_Int32_">ComplexBorderSide(Color, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with the specified color and width.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(System.Drawing.Color,System.Int32,System.Drawing.Drawing2D.DashStyle)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_">ComplexBorderSide(Color, int, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with the specified color, width, and dash style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_System_Single___System_Single___" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(System.Drawing.Color,System.Int32,System.Drawing.Drawing2D.DashStyle,System.Single[],System.Single[])">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_System_Single___System_Single___">ComplexBorderSide(Color, int, DashStyle, float[], float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one side of a four-sided, complex border with the specified color, width,
dash style, dash pattern, and compound array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.ComplexBorderSide.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.-ctor.html#FarPoint_Win_ComplexBorderSide__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ComplexBorderSide(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new complex border side object from serialization.</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="FarPoint_Win_ComplexBorderSide_Color" data-uid="FarPoint.Win.ComplexBorderSide.Color">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Color.html#FarPoint_Win_ComplexBorderSide_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of this side of the complex border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_CompoundArray" data-uid="FarPoint.Win.ComplexBorderSide.CompoundArray">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.CompoundArray.html#FarPoint_Win_ComplexBorderSide_CompoundArray">CompoundArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets array values that specify a compound line made up of parallel lines and spaces
of this side of the complex border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_DashPattern" data-uid="FarPoint.Win.ComplexBorderSide.DashPattern">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.DashPattern.html#FarPoint_Win_ComplexBorderSide_DashPattern">DashPattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dash pattern array of this side of the complex border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_DashStyle" data-uid="FarPoint.Win.ComplexBorderSide.DashStyle">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.DashStyle.html#FarPoint_Win_ComplexBorderSide_DashStyle">DashStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dash style of this side of the complex border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_Draw" data-uid="FarPoint.Win.ComplexBorderSide.Draw">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Draw.html#FarPoint_Win_ComplexBorderSide_Draw">Draw</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this side is drawn in the complex border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_Empty" data-uid="FarPoint.Win.ComplexBorderSide.Empty">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Empty.html#FarPoint_Win_ComplexBorderSide_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an empty ComplexBorderSide (Draw = false).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_Style" data-uid="FarPoint.Win.ComplexBorderSide.Style">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Style.html#FarPoint_Win_ComplexBorderSide_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of this side of the complex border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_Width" data-uid="FarPoint.Win.ComplexBorderSide.Width">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Width.html#FarPoint_Win_ComplexBorderSide_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of this side of the complex border.</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="FarPoint_Win_ComplexBorderSide_Clone" data-uid="FarPoint.Win.ComplexBorderSide.Clone">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Clone.html#FarPoint_Win_ComplexBorderSide_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones the border object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_CompareTo_System_Object_" data-uid="FarPoint.Win.ComplexBorderSide.CompareTo(System.Object)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.CompareTo.html#FarPoint_Win_ComplexBorderSide_CompareTo_System_Object_">CompareTo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current object with another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_DeserializeEntry_System_Runtime_Serialization_SerializationEntry_" data-uid="FarPoint.Win.ComplexBorderSide.DeserializeEntry(System.Runtime.Serialization.SerializationEntry)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.DeserializeEntry.html#FarPoint_Win_ComplexBorderSide_DeserializeEntry_System_Runtime_Serialization_SerializationEntry_">DeserializeEntry(SerializationEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Deserializes for each binary entry.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_Equals_System_Object_" data-uid="FarPoint.Win.ComplexBorderSide.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.Equals.html#FarPoint_Win_ComplexBorderSide_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the specified object to this ComplexBorderSide object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_GetHashCode" data-uid="FarPoint.Win.ComplexBorderSide.GetHashCode">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.GetHashCode.html#FarPoint_Win_ComplexBorderSide_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of the ComplexBorderSide object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSide_ToString" data-uid="FarPoint.Win.ComplexBorderSide.ToString">
          <a class="xref" href="FarPoint.Win.ComplexBorderSide.ToString.html#FarPoint_Win_ComplexBorderSide_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the complex border side to a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
