# FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape" class="text-break">CaptionBalloonShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a caption balloon shape 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"><a class="xref" href="../FarPoint.Win/FarPoint.Win.ElementWindowless.html">ElementWindowless</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.PSObject.html">PSObject</a></div>
    <div class="level3"><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.PSShape.html">PSShape</a></div>
    <div class="level4"><span class="xref">CaptionBalloonShape</span></div>
      <div class="level5"><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.ExclamationBalloonShape.html">ExclamationBalloonShape</a></div>
      <div class="level5"><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.ThoughtBalloonShape.html">ThoughtBalloonShape</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.IPdfSupportPSObject.html">IPdfSupportPSObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.html">FarPoint.Win.Spread.DrawingSpace</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CaptionBalloonShape : PSShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CaptionBalloonShape
    Inherits PSShape
    Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable</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_Spread_DrawingSpace_CaptionBalloonShape__ctor" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.-ctor.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape__ctor">CaptionBalloonShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new caption balloon shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape__ctor_FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.#ctor(FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.-ctor.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape__ctor_FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_">CaptionBalloonShape(CaptionBalloonShape)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new shape that is a copy of the specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.-ctor.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">CaptionBalloonShape(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new caption balloon shape object from serialization.</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_Spread_DrawingSpace_CaptionBalloonShape_Clone" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.Clone">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.Clone.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of this shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.GetObjectData.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Serializes the shape object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_Initialize" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.Initialize">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.Initialize.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_Initialize">Initialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the shape object in the presentation space.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_SetInitialShape" data-uid="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.SetInitialShape">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.SetInitialShape.html#FarPoint_Win_Spread_DrawingSpace_CaptionBalloonShape_SetInitialShape">SetInitialShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the initial caption balloon shape.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
