Spread Windows Forms 12.0 Product Documentation
CaptionBalloonShape Constructor()
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > CaptionBalloonShape Class > CaptionBalloonShape Constructor : CaptionBalloonShape Constructor()
Creates a new caption balloon shape.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New CaptionBalloonShape()
public CaptionBalloonShape()
Example
This example creates a caption balloon shape.
FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape cb = new FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape();
cb.BackColor = Color.Red;
cb.CanSize = FarPoint.Win.Spread.DrawingSpace.Sizing.HeightAndWidth;
cb.CanMove = FarPoint.Win.Spread.DrawingSpace.Moving.HorizontalAndVertical;
cb.Anchor = 40;
cb.SetBounds(25, 25, 50, 50); fpSpread1.ActiveSheet.AddShape(cb, true); 
Dim cb As New FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape()
cb.BackColor = Color.Red
cb.CanSize = FarPoint.Win.Spread.DrawingSpace.Sizing.HeightAndWidth
cb.CanMove = FarPoint.Win.Spread.DrawingSpace.Moving.HorizontalAndVertical
cb.Anchor = 40
cb.SetBounds(25, 25, 50, 50)

FpSpread1.ActiveSheet.AddShape(cb)
See Also

Reference

CaptionBalloonShape Class
CaptionBalloonShape Members
Overload List