FarPoint.Win.Spread
CaptionBalloonShape Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : CaptionBalloonShape Class


Represents a caption balloon shape object.

Object Model






Syntax

Visual Basic (Declaration) 
Public Class CaptionBalloonShape 
   Inherits PSShape
   Implements IElement, IElementEnhanced, ISerializeSupportIPdfSupportPSObject, IPSObject 
Visual Basic (Usage)Copy Code
Dim instance As CaptionBalloonShape
C# 
public class CaptionBalloonShape : PSShape, IElement, IElementEnhanced, ISerializeSupportIPdfSupportPSObject, IPSObject  

Inheritance Hierarchy

System.Object
   FarPoint.Win.ElementWindowless
      FarPoint.Win.Spread.DrawingSpace.PSObject
         FarPoint.Win.Spread.DrawingSpace.PSShape
            FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape
               FarPoint.Win.Spread.DrawingSpace.ExclamationBalloonShape
               FarPoint.Win.Spread.DrawingSpace.ThoughtBalloonShape

See Also