# FarPoint.Win.Spread.CellType.ITextOrientationSupport2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_ITextOrientationSupport2" data-uid="FarPoint.Win.Spread.CellType.ITextOrientationSupport2" class="text-break">ITextOrientationSupport2 Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that specifies whether the cell type supports cell diagonal line painting.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_ITextOrientationSupport2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITextOrientationSupport2 : ITextOrientationSupport, IEnhancedRenderer, IRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITextOrientationSupport2
    Inherits ITextOrientationSupport, IEnhancedRenderer, IRenderer</code></pre>
  </div>
  <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_Spread_CellType_ITextOrientationSupport2_PaintBackground_System_Drawing_Graphics_System_Drawing_Drawing2D_GraphicsPath_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintBackground(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintBackground.html#FarPoint_Win_Spread_CellType_ITextOrientationSupport2_PaintBackground_System_Drawing_Graphics_System_Drawing_Drawing2D_GraphicsPath_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_">PaintBackground(Graphics, GraphicsPath, Appearance, object, bool, bool, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paint back color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ITextOrientationSupport2_PaintEnhancedConditionalFormat_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_FarPoint_Win_Spread_ExtraRendererSettings_System_Drawing_RectangleF__System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintEnhancedConditionalFormat(System.Drawing.Graphics,System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single,FarPoint.Win.Spread.ExtraRendererSettings,System.Drawing.RectangleF@,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintEnhancedConditionalFormat.html#FarPoint_Win_Spread_CellType_ITextOrientationSupport2_PaintEnhancedConditionalFormat_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_FarPoint_Win_Spread_ExtraRendererSettings_System_Drawing_RectangleF__System_Boolean_">PaintEnhancedConditionalFormat(Graphics, Rectangle, Appearance, object, bool, bool, float, ExtraRendererSettings, ref RectangleF, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Extend paiting with an extraRendererSettings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ITextOrientationSupport2_PaintText_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_FarPoint_Win_Spread_ExtraRendererSettings_System_Boolean_System_Int32_" data-uid="FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintText(System.Drawing.Graphics,System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single,FarPoint.Win.Spread.ExtraRendererSettings,System.Boolean,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintText.html#FarPoint_Win_Spread_CellType_ITextOrientationSupport2_PaintText_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_FarPoint_Win_Spread_ExtraRendererSettings_System_Boolean_System_Int32_">PaintText(Graphics, Rectangle, Appearance, object, bool, bool, float, ExtraRendererSettings, bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Paint diagonal line rotated text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
