# FarPoint.Web.Spread.Border

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Border" data-uid="FarPoint.Web.Spread.Border" class="text-break">Border Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border of a cell.</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">Border</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.Web.Spread.Model.ISerializeSupport2.html">ISerializeSupport2</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IPdfBorderSupport.html">IPdfBorderSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="FarPoint.Web.Spread.Border.html">Border</a>&gt;</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.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Border_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Border : ICloneable, ISerializable, ISerializeSupport2, ISerializeSupport, IPdfBorderSupport, IComparable&lt;Border&gt;, IComparable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Border
    Implements ICloneable, ISerializable, ISerializeSupport2, ISerializeSupport, IPdfBorderSupport, IComparable(Of Border), 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_Web_Spread_Border__ctor" data-uid="FarPoint.Web.Spread.Border.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Border.-ctor.html#FarPoint_Web_Spread_Border__ctor">Border()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new border with default values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border__ctor_System_Drawing_Color_" data-uid="FarPoint.Web.Spread.Border.#ctor(System.Drawing.Color)">
          <a class="xref" href="FarPoint.Web.Spread.Border.-ctor.html#FarPoint_Web_Spread_Border__ctor_System_Drawing_Color_">Border(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new one-pixel, solid border with the specified color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Spread.Border.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Spread.Border.-ctor.html#FarPoint_Web_Spread_Border__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">Border(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new border from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border__ctor_System_Web_UI_WebControls_BorderStyle_System_Drawing_Color_" data-uid="FarPoint.Web.Spread.Border.#ctor(System.Web.UI.WebControls.BorderStyle,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Web.Spread.Border.-ctor.html#FarPoint_Web_Spread_Border__ctor_System_Web_UI_WebControls_BorderStyle_System_Drawing_Color_">Border(BorderStyle, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new one-pixel border with the specified style and color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border__ctor_System_Web_UI_WebControls_BorderStyle_System_Drawing_Color_System_Int16_" data-uid="FarPoint.Web.Spread.Border.#ctor(System.Web.UI.WebControls.BorderStyle,System.Drawing.Color,System.Int16)">
          <a class="xref" href="FarPoint.Web.Spread.Border.-ctor.html#FarPoint_Web_Spread_Border__ctor_System_Web_UI_WebControls_BorderStyle_System_Drawing_Color_System_Int16_">Border(BorderStyle, Color, short)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new border with the specified style, color, and width.</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_Web_Spread_Border_BorderColor" data-uid="FarPoint.Web.Spread.Border.BorderColor">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderColor.html#FarPoint_Web_Spread_Border_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color for all sides of the border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderColorBottom" data-uid="FarPoint.Web.Spread.Border.BorderColorBottom">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderColorBottom.html#FarPoint_Web_Spread_Border_BorderColorBottom">BorderColorBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderColorLeft" data-uid="FarPoint.Web.Spread.Border.BorderColorLeft">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderColorLeft.html#FarPoint_Web_Spread_Border_BorderColorLeft">BorderColorLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the left border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderColorRight" data-uid="FarPoint.Web.Spread.Border.BorderColorRight">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderColorRight.html#FarPoint_Web_Spread_Border_BorderColorRight">BorderColorRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the right border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderColorTop" data-uid="FarPoint.Web.Spread.Border.BorderColorTop">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderColorTop.html#FarPoint_Web_Spread_Border_BorderColorTop">BorderColorTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the top border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderSize" data-uid="FarPoint.Web.Spread.Border.BorderSize">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderSize.html#FarPoint_Web_Spread_Border_BorderSize">BorderSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width in pixels for the border for all sides.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderSizeBottom" data-uid="FarPoint.Web.Spread.Border.BorderSizeBottom">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderSizeBottom.html#FarPoint_Web_Spread_Border_BorderSizeBottom">BorderSizeBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width in pixels of the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderSizeLeft" data-uid="FarPoint.Web.Spread.Border.BorderSizeLeft">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderSizeLeft.html#FarPoint_Web_Spread_Border_BorderSizeLeft">BorderSizeLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width in pixels of the left border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderSizeRight" data-uid="FarPoint.Web.Spread.Border.BorderSizeRight">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderSizeRight.html#FarPoint_Web_Spread_Border_BorderSizeRight">BorderSizeRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width in pixels of the right border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderSizeTop" data-uid="FarPoint.Web.Spread.Border.BorderSizeTop">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderSizeTop.html#FarPoint_Web_Spread_Border_BorderSizeTop">BorderSizeTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width in pixels of the top border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderStyle" data-uid="FarPoint.Web.Spread.Border.BorderStyle">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderStyle.html#FarPoint_Web_Spread_Border_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that applies to all sides of the border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderStyleBottom" data-uid="FarPoint.Web.Spread.Border.BorderStyleBottom">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderStyleBottom.html#FarPoint_Web_Spread_Border_BorderStyleBottom">BorderStyleBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderStyleLeft" data-uid="FarPoint.Web.Spread.Border.BorderStyleLeft">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderStyleLeft.html#FarPoint_Web_Spread_Border_BorderStyleLeft">BorderStyleLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the left border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderStyleRight" data-uid="FarPoint.Web.Spread.Border.BorderStyleRight">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderStyleRight.html#FarPoint_Web_Spread_Border_BorderStyleRight">BorderStyleRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the right border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_BorderStyleTop" data-uid="FarPoint.Web.Spread.Border.BorderStyleTop">
          <a class="xref" href="FarPoint.Web.Spread.Border.BorderStyleTop.html#FarPoint_Web_Spread_Border_BorderStyleTop">BorderStyleTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the top border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Colors" data-uid="FarPoint.Web.Spread.Border.Colors">
          <a class="xref" href="FarPoint.Web.Spread.Border.Colors.html#FarPoint_Web_Spread_Border_Colors">Colors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the colors.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_FooterDefault" data-uid="FarPoint.Web.Spread.Border.FooterDefault">
          <a class="xref" href="FarPoint.Web.Spread.Border.FooterDefault.html#FarPoint_Web_Spread_Border_FooterDefault">FooterDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a default border for footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_HeaderDefault" data-uid="FarPoint.Web.Spread.Border.HeaderDefault">
          <a class="xref" href="FarPoint.Web.Spread.Border.HeaderDefault.html#FarPoint_Web_Spread_Border_HeaderDefault">HeaderDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a default border for header cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Inner" data-uid="FarPoint.Web.Spread.Border.Inner">
          <a class="xref" href="FarPoint.Web.Spread.Border.Inner.html#FarPoint_Web_Spread_Border_Inner">Inner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_IsEmpty" data-uid="FarPoint.Web.Spread.Border.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Border.IsEmpty.html#FarPoint_Web_Spread_Border_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether none of the properties for the border are set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Outter" data-uid="FarPoint.Web.Spread.Border.Outter">
          <a class="xref" href="FarPoint.Web.Spread.Border.Outter.html#FarPoint_Web_Spread_Border_Outter">Outter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the outter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Sizes" data-uid="FarPoint.Web.Spread.Border.Sizes">
          <a class="xref" href="FarPoint.Web.Spread.Border.Sizes.html#FarPoint_Web_Spread_Border_Sizes">Sizes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sizes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Styles" data-uid="FarPoint.Web.Spread.Border.Styles">
          <a class="xref" href="FarPoint.Web.Spread.Border.Styles.html#FarPoint_Web_Spread_Border_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the styles.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_ZoomFactor" data-uid="FarPoint.Web.Spread.Border.ZoomFactor">
          <a class="xref" href="FarPoint.Web.Spread.Border.ZoomFactor.html#FarPoint_Web_Spread_Border_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor.</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_Web_Spread_Border_ApplyBorder_System_Web_UI_WebControls_WebControl_FarPoint_Web_Spread_Border_" data-uid="FarPoint.Web.Spread.Border.ApplyBorder(System.Web.UI.WebControls.WebControl,FarPoint.Web.Spread.Border)">
          <a class="xref" href="FarPoint.Web.Spread.Border.ApplyBorder.html#FarPoint_Web_Spread_Border_ApplyBorder_System_Web_UI_WebControls_WebControl_FarPoint_Web_Spread_Border_">ApplyBorder(WebControl, Border)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies any non-blank border settings of a border to the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Clone" data-uid="FarPoint.Web.Spread.Border.Clone">
          <a class="xref" href="FarPoint.Web.Spread.Border.Clone.html#FarPoint_Web_Spread_Border_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new border that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_CompareTo_FarPoint_Web_Spread_Border_" data-uid="FarPoint.Web.Spread.Border.CompareTo(FarPoint.Web.Spread.Border)">
          <a class="xref" href="FarPoint.Web.Spread.Border.CompareTo.html#FarPoint_Web_Spread_Border_CompareTo_FarPoint_Web_Spread_Border_">CompareTo(Border)</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_Web_Spread_Border_Copy_System_Object_" data-uid="FarPoint.Web.Spread.Border.Copy(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Copy.html#FarPoint_Web_Spread_Border_Copy_System_Object_">Copy(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the specified Border object properties to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.Border.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Deserialize.html#FarPoint_Web_Spread_Border_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Equals_FarPoint_Web_Spread_Border_" data-uid="FarPoint.Web.Spread.Border.Equals(FarPoint.Web.Spread.Border)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Equals.html#FarPoint_Web_Spread_Border_Equals_FarPoint_Web_Spread_Border_">Equals(Border)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the border of the current object is the same as the specified Border object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Spread.Border.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Spread.Border.GetObjectData.html#FarPoint_Web_Spread_Border_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns information about the border settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_GetOutterInnerPaths_System_Single_System_Single_System_Single_System_Single_" data-uid="FarPoint.Web.Spread.Border.GetOutterInnerPaths(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="FarPoint.Web.Spread.Border.GetOutterInnerPaths.html#FarPoint_Web_Spread_Border_GetOutterInnerPaths_System_Single_System_Single_System_Single_System_Single_">GetOutterInnerPaths(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the outter inner paths.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_InternalPaint_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_" data-uid="FarPoint.Web.Spread.Border.InternalPaint(FarPoint.PDF.PdfGraphics,System.Drawing.RectangleF)">
          <a class="xref" href="FarPoint.Web.Spread.Border.InternalPaint.html#FarPoint_Web_Spread_Border_InternalPaint_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_">InternalPaint(PdfGraphics, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Internals the paint.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_IsDefined_FarPoint_Web_Spread_BorderProperty_" data-uid="FarPoint.Web.Spread.Border.IsDefined(FarPoint.Web.Spread.BorderProperty)">
          <a class="xref" href="FarPoint.Web.Spread.Border.IsDefined.html#FarPoint_Web_Spread_Border_IsDefined_FarPoint_Web_Spread_BorderProperty_">IsDefined(BorderProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a specified border property has been set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Merge_System_Object_" data-uid="FarPoint.Web.Spread.Border.Merge(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Merge.html#FarPoint_Web_Spread_Border_Merge_System_Object_">Merge(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Merges settings of the specified Border object with the current border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Merge_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.Border.Merge(System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Merge.html#FarPoint_Web_Spread_Border_Merge_System_Object_System_Boolean_">Merge(object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Merges settings of the specified Border object with the current border
with the option to force a merge if the settings are defined in the current border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Paint_FarPoint_PDF_PdfGraphics_System_Single_System_Single_System_Single_System_Single_System_Boolean_" data-uid="FarPoint.Web.Spread.Border.Paint(FarPoint.PDF.PdfGraphics,System.Single,System.Single,System.Single,System.Single,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Paint.html#FarPoint_Web_Spread_Border_Paint_FarPoint_PDF_PdfGraphics_System_Single_System_Single_System_Single_System_Single_System_Boolean_">Paint(PdfGraphics, float, float, float, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the border inside the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_PrepairPaint" data-uid="FarPoint.Web.Spread.Border.PrepairPaint">
          <a class="xref" href="FarPoint.Web.Spread.Border.PrepairPaint.html#FarPoint_Web_Spread_Border_PrepairPaint">PrepairPaint()</a>
        </td>
        <td class="markdown level1 summary"><p>Prepairs the paint.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Reset_FarPoint_Web_Spread_BorderProperty_" data-uid="FarPoint.Web.Spread.Border.Reset(FarPoint.Web.Spread.BorderProperty)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Reset.html#FarPoint_Web_Spread_Border_Reset_FarPoint_Web_Spread_BorderProperty_">Reset(BorderProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the specified border property to its default setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_ResetAll" data-uid="FarPoint.Web.Spread.Border.ResetAll">
          <a class="xref" href="FarPoint.Web.Spread.Border.ResetAll.html#FarPoint_Web_Spread_Border_ResetAll">ResetAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all border property settings to their default values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.Border.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Serialize.html#FarPoint_Web_Spread_Border_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_Serialize2_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.Border.Serialize2(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Border.Serialize2.html#FarPoint_Web_Spread_Border_Serialize2_System_Xml_XmlTextWriter_">Serialize2(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_SetFlag_FarPoint_Web_Spread_BorderProperty_System_Boolean_" data-uid="FarPoint.Web.Spread.Border.SetFlag(FarPoint.Web.Spread.BorderProperty,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Border.SetFlag.html#FarPoint_Web_Spread_Border_SetFlag_FarPoint_Web_Spread_BorderProperty_System_Boolean_">SetFlag(BorderProperty, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a flag to indicate whether a property has been set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Border_ToString" data-uid="FarPoint.Web.Spread.Border.ToString">
          <a class="xref" href="FarPoint.Web.Spread.Border.ToString.html#FarPoint_Web_Spread_Border_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the border as a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
