# FarPoint.Win.ElementStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_ElementStyle" data-uid="FarPoint.Win.ElementStyle" class="text-break">ElementStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the element style object.</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">ElementStyle</span></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_ElementStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ElementStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ElementStyle</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_ElementStyle__ctor" data-uid="FarPoint.Win.ElementStyle.#ctor">
          <a class="xref" href="FarPoint.Win.ElementStyle.-ctor.html#FarPoint_Win_ElementStyle__ctor">ElementStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an element style (ElementStyle object).</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_ElementStyle_AlignHorz" data-uid="FarPoint.Win.ElementStyle.AlignHorz">
          <a class="xref" href="FarPoint.Win.ElementStyle.AlignHorz.html#FarPoint_Win_ElementStyle_AlignHorz">AlignHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_AlignText" data-uid="FarPoint.Win.ElementStyle.AlignText">
          <a class="xref" href="FarPoint.Win.ElementStyle.AlignText.html#FarPoint_Win_ElementStyle_AlignText">AlignText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the text with respect to the alignment of the picture for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_AlignVert" data-uid="FarPoint.Win.ElementStyle.AlignVert">
          <a class="xref" href="FarPoint.Win.ElementStyle.AlignVert.html#FarPoint_Win_ElementStyle_AlignVert">AlignVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_BackColor" data-uid="FarPoint.Win.ElementStyle.BackColor">
          <a class="xref" href="FarPoint.Win.ElementStyle.BackColor.html#FarPoint_Win_ElementStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_BackgroundImage" data-uid="FarPoint.Win.ElementStyle.BackgroundImage">
          <a class="xref" href="FarPoint.Win.ElementStyle.BackgroundImage.html#FarPoint_Win_ElementStyle_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Border" data-uid="FarPoint.Win.ElementStyle.Border">
          <a class="xref" href="FarPoint.Win.ElementStyle.Border.html#FarPoint_Win_ElementStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_CanFocus" data-uid="FarPoint.Win.ElementStyle.CanFocus">
          <a class="xref" href="FarPoint.Win.ElementStyle.CanFocus.html#FarPoint_Win_ElementStyle_CanFocus">CanFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object can receive focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_DrawFocusRectangle" data-uid="FarPoint.Win.ElementStyle.DrawFocusRectangle">
          <a class="xref" href="FarPoint.Win.ElementStyle.DrawFocusRectangle.html#FarPoint_Win_ElementStyle_DrawFocusRectangle">DrawFocusRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the focus rectangle drawing style for the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Enabled" data-uid="FarPoint.Win.ElementStyle.Enabled">
          <a class="xref" href="FarPoint.Win.ElementStyle.Enabled.html#FarPoint_Win_ElementStyle_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object can receive focus and respond to user actions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Font" data-uid="FarPoint.Win.ElementStyle.Font">
          <a class="xref" href="FarPoint.Win.ElementStyle.Font.html#FarPoint_Win_ElementStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_ForeColor" data-uid="FarPoint.Win.ElementStyle.ForeColor">
          <a class="xref" href="FarPoint.Win.ElementStyle.ForeColor.html#FarPoint_Win_ElementStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_ForegroundImage" data-uid="FarPoint.Win.ElementStyle.ForegroundImage">
          <a class="xref" href="FarPoint.Win.ElementStyle.ForegroundImage.html#FarPoint_Win_ElementStyle_ForegroundImage">ForegroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground image for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_MarginBottom" data-uid="FarPoint.Win.ElementStyle.MarginBottom">
          <a class="xref" href="FarPoint.Win.ElementStyle.MarginBottom.html#FarPoint_Win_ElementStyle_MarginBottom">MarginBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin between the bottom of the object and its contents.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_MarginLeft" data-uid="FarPoint.Win.ElementStyle.MarginLeft">
          <a class="xref" href="FarPoint.Win.ElementStyle.MarginLeft.html#FarPoint_Win_ElementStyle_MarginLeft">MarginLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin between the left edge of the object and its contents.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_MarginRight" data-uid="FarPoint.Win.ElementStyle.MarginRight">
          <a class="xref" href="FarPoint.Win.ElementStyle.MarginRight.html#FarPoint_Win_ElementStyle_MarginRight">MarginRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin between the right edge of the object and its contents.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_MarginTop" data-uid="FarPoint.Win.ElementStyle.MarginTop">
          <a class="xref" href="FarPoint.Win.ElementStyle.MarginTop.html#FarPoint_Win_ElementStyle_MarginTop">MarginTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin between the top of the object and its contents.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Picture" data-uid="FarPoint.Win.ElementStyle.Picture">
          <a class="xref" href="FarPoint.Win.ElementStyle.Picture.html#FarPoint_Win_ElementStyle_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the picture for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_PictureMargin" data-uid="FarPoint.Win.ElementStyle.PictureMargin">
          <a class="xref" href="FarPoint.Win.ElementStyle.PictureMargin.html#FarPoint_Win_ElementStyle_PictureMargin">PictureMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin between the text and the picture for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_PictureOrientation" data-uid="FarPoint.Win.ElementStyle.PictureOrientation">
          <a class="xref" href="FarPoint.Win.ElementStyle.PictureOrientation.html#FarPoint_Win_ElementStyle_PictureOrientation">PictureOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the picture for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_PictureTransparencyColor" data-uid="FarPoint.Win.ElementStyle.PictureTransparencyColor">
          <a class="xref" href="FarPoint.Win.ElementStyle.PictureTransparencyColor.html#FarPoint_Win_ElementStyle_PictureTransparencyColor">PictureTransparencyColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transparency color for the picture for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Selectable" data-uid="FarPoint.Win.ElementStyle.Selectable">
          <a class="xref" href="FarPoint.Win.ElementStyle.Selectable.html#FarPoint_Win_ElementStyle_Selectable">Selectable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can interact with the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_StyleName" data-uid="FarPoint.Win.ElementStyle.StyleName">
          <a class="xref" href="FarPoint.Win.ElementStyle.StyleName.html#FarPoint_Win_ElementStyle_StyleName">StyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name for the created style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Text" data-uid="FarPoint.Win.ElementStyle.Text">
          <a class="xref" href="FarPoint.Win.ElementStyle.Text.html#FarPoint_Win_ElementStyle_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the contents of the control as a string matching exactly what is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_TextOrientation" data-uid="FarPoint.Win.ElementStyle.TextOrientation">
          <a class="xref" href="FarPoint.Win.ElementStyle.TextOrientation.html#FarPoint_Win_ElementStyle_TextOrientation">TextOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_TextWrap" data-uid="FarPoint.Win.ElementStyle.TextWrap">
          <a class="xref" href="FarPoint.Win.ElementStyle.TextWrap.html#FarPoint_Win_ElementStyle_TextWrap">TextWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to automatically wrap text without line breaks.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Visible" data-uid="FarPoint.Win.ElementStyle.Visible">
          <a class="xref" href="FarPoint.Win.ElementStyle.Visible.html#FarPoint_Win_ElementStyle_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets, for the style, whether the element is visible.</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_ElementStyle_IsAlignHorzSet" data-uid="FarPoint.Win.ElementStyle.IsAlignHorzSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsAlignHorzSet.html#FarPoint_Win_ElementStyle_IsAlignHorzSet">IsAlignHorzSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the AlignHorz property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsAlignTextSet" data-uid="FarPoint.Win.ElementStyle.IsAlignTextSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsAlignTextSet.html#FarPoint_Win_ElementStyle_IsAlignTextSet">IsAlignTextSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the AlignText property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsAlignVertSet" data-uid="FarPoint.Win.ElementStyle.IsAlignVertSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsAlignVertSet.html#FarPoint_Win_ElementStyle_IsAlignVertSet">IsAlignVertSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the AlignVert property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsBackColorSet" data-uid="FarPoint.Win.ElementStyle.IsBackColorSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsBackColorSet.html#FarPoint_Win_ElementStyle_IsBackColorSet">IsBackColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the BackColor property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsBackgroundImageSet" data-uid="FarPoint.Win.ElementStyle.IsBackgroundImageSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsBackgroundImageSet.html#FarPoint_Win_ElementStyle_IsBackgroundImageSet">IsBackgroundImageSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the BackgroundImage property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsBorderSet" data-uid="FarPoint.Win.ElementStyle.IsBorderSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsBorderSet.html#FarPoint_Win_ElementStyle_IsBorderSet">IsBorderSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Border property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsCanFocusSet" data-uid="FarPoint.Win.ElementStyle.IsCanFocusSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsCanFocusSet.html#FarPoint_Win_ElementStyle_IsCanFocusSet">IsCanFocusSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the CanFocus property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsDrawFocusRectangleSet" data-uid="FarPoint.Win.ElementStyle.IsDrawFocusRectangleSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsDrawFocusRectangleSet.html#FarPoint_Win_ElementStyle_IsDrawFocusRectangleSet">IsDrawFocusRectangleSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the DrawFocusRectangle property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsEnabledSet" data-uid="FarPoint.Win.ElementStyle.IsEnabledSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsEnabledSet.html#FarPoint_Win_ElementStyle_IsEnabledSet">IsEnabledSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Enabled property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsFontSet" data-uid="FarPoint.Win.ElementStyle.IsFontSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsFontSet.html#FarPoint_Win_ElementStyle_IsFontSet">IsFontSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Font property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsForeColorSet" data-uid="FarPoint.Win.ElementStyle.IsForeColorSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsForeColorSet.html#FarPoint_Win_ElementStyle_IsForeColorSet">IsForeColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the ForeColor property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsForegroundImageSet" data-uid="FarPoint.Win.ElementStyle.IsForegroundImageSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsForegroundImageSet.html#FarPoint_Win_ElementStyle_IsForegroundImageSet">IsForegroundImageSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the ForegroundImage property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsMarginBottomSet" data-uid="FarPoint.Win.ElementStyle.IsMarginBottomSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsMarginBottomSet.html#FarPoint_Win_ElementStyle_IsMarginBottomSet">IsMarginBottomSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the MarginBottom property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsMarginLeftSet" data-uid="FarPoint.Win.ElementStyle.IsMarginLeftSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsMarginLeftSet.html#FarPoint_Win_ElementStyle_IsMarginLeftSet">IsMarginLeftSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the MarginLeft property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsMarginRightSet" data-uid="FarPoint.Win.ElementStyle.IsMarginRightSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsMarginRightSet.html#FarPoint_Win_ElementStyle_IsMarginRightSet">IsMarginRightSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the MarginRight property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsMarginTopSet" data-uid="FarPoint.Win.ElementStyle.IsMarginTopSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsMarginTopSet.html#FarPoint_Win_ElementStyle_IsMarginTopSet">IsMarginTopSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the MarginTop property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsPictureMarginSet" data-uid="FarPoint.Win.ElementStyle.IsPictureMarginSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsPictureMarginSet.html#FarPoint_Win_ElementStyle_IsPictureMarginSet">IsPictureMarginSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the PictureMargin property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsPictureOrientationSet" data-uid="FarPoint.Win.ElementStyle.IsPictureOrientationSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsPictureOrientationSet.html#FarPoint_Win_ElementStyle_IsPictureOrientationSet">IsPictureOrientationSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the PictureOrientation property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsPictureSet" data-uid="FarPoint.Win.ElementStyle.IsPictureSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsPictureSet.html#FarPoint_Win_ElementStyle_IsPictureSet">IsPictureSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Picture property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsPictureTransparencyColorSet" data-uid="FarPoint.Win.ElementStyle.IsPictureTransparencyColorSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsPictureTransparencyColorSet.html#FarPoint_Win_ElementStyle_IsPictureTransparencyColorSet">IsPictureTransparencyColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the PictureTransparencyColor property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsSelectableSet" data-uid="FarPoint.Win.ElementStyle.IsSelectableSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsSelectableSet.html#FarPoint_Win_ElementStyle_IsSelectableSet">IsSelectableSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Selectable property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsStyleNameSet" data-uid="FarPoint.Win.ElementStyle.IsStyleNameSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsStyleNameSet.html#FarPoint_Win_ElementStyle_IsStyleNameSet">IsStyleNameSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the StyleName property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsTextOrientationSet" data-uid="FarPoint.Win.ElementStyle.IsTextOrientationSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsTextOrientationSet.html#FarPoint_Win_ElementStyle_IsTextOrientationSet">IsTextOrientationSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the TextOrientation property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsTextSet" data-uid="FarPoint.Win.ElementStyle.IsTextSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsTextSet.html#FarPoint_Win_ElementStyle_IsTextSet">IsTextSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Text property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsTextWrapSet" data-uid="FarPoint.Win.ElementStyle.IsTextWrapSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsTextWrapSet.html#FarPoint_Win_ElementStyle_IsTextWrapSet">IsTextWrapSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the TextWrap property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_IsVisibleSet" data-uid="FarPoint.Win.ElementStyle.IsVisibleSet">
          <a class="xref" href="FarPoint.Win.ElementStyle.IsVisibleSet.html#FarPoint_Win_ElementStyle_IsVisibleSet">IsVisibleSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the Visible property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementStyle_Reset" data-uid="FarPoint.Win.ElementStyle.Reset">
          <a class="xref" href="FarPoint.Win.ElementStyle.Reset.html#FarPoint_Win_ElementStyle_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the element style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
