Click or drag to resize

BalloonShape Class

Represents a balloon.
Inheritance Hierarchy

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class BalloonShape : Shape

The BalloonShape type exposes the following members.

Constructors
  NameDescription
Protected methodBalloonShape
Initializes a new instance of the BalloonShape class
Top
Properties
  NameDescription
Public propertyArrowSize
Get or set the arrow size.
Public propertyArrowSizeEqualBalloonSize
Gets or sets a value that indicates whether the size of the pointed arrow selected for the arrow type should be the same as the balloon Size.
Public propertyArrowType
Get or set the arrow type.
Public propertyAttributes
Get the attribute collection.
(Inherited from Shape.)
Public propertyBalloonType
Get or set the balloon type.
Public propertyBold
Gets or sets a value indicating whether the character is bold.
Public propertyColor
Get or set the color of the balloon.
Public propertyColorNumber
Get or set the color number of the balloon.
Public propertyDocument
Acquire the document.
(Inherited from Shape.)
Public propertyDrawGroup
Acquire the parent's drawing group.
(Inherited from Shape.)
Public propertyDrawing
Acquire a partial diagram.
(Inherited from Shape.)
Public propertyFontName
Get or set font name of character.
Public propertyIsComposite
Gets a value indicating whether it is a complex figure.
(Inherited from Shape.)
Public propertyIsTemporary
Get a value indicating whether it is a temporary shape.
(Inherited from Shape.)
Public propertyLayer
Get or set the layer.
(Inherited from Shape.)
Public propertyLayerID
Get or set the ID of the layer.
(Inherited from Shape.)
Public propertyLeadColor
Get or set the color of the leader line.
Public propertyLeadColorNumber
Gets or sets the color number of the leader line.
Public propertyLeadLinetype
Get or set the line type of the leader line.
Public propertyLeadLinetypeNumber
Get or set the line type number of the leader line.
Public propertyLeadLinewidth
Gets or sets the line width of the leader line.
Public propertyLeadLinewidthNumber
Get or set the line width number of the leader line.
Public propertyLinetype
Get or set the line type of the balloon.
Public propertyLinetypeNumber
Get or set the line type number of the balloon.
Public propertyLinewidth
Get or set the line width of the balloon.
Public propertyLinewidthNumber
Get or set the line width number of the balloon.
Public propertyNumber
Acquires the figure number.
(Inherited from Shape.)
Public propertyPointedArrowSizePosition
Gets or sets the position indicated by the size of the pointed arrow selected for the arrow type.
Public propertyPointedArrowUserAngle
Gets or sets the angle when the angle of the tip of the pointed arrow selected by the arrow type is arbitrarily specified.
Public propertyPoints
Get or set the coordinates of the point sequence of the leader line.
Public propertyRecordID
Get the record ID.
(Inherited from Shape.)
Public propertySize
Gets or sets the balloon size.
Public propertySlant
Gets or sets the slope of the character.
Public propertyText
Get or set a string.
Public propertyTextAngle
Gets or sets the angle when the text angle type is "Optional".
Public propertyTextAngleType
Get or set character orientation type.
Public propertyTextColor
Get or set the color of the character.
Public propertyTextColorNumber
Get or set the color number of the character.
Public propertyUseLeadColor
Gets or sets a value indicating whether "the color of the leader line uses a color different from that of the balloon".
Public propertyUseLeadLinetype
Gets or sets a value indicating whether "the type of the leader line uses the same line type as the balloon".
Public propertyUseLeadLinewidth
Gets or sets a value that indicates whether "the width of the leader line is different from the line width of the balloon".
Public propertyUsePointedArrowUserAngle
Gets or sets a value that indicates whether to arbitrarily specify the angle of the tip of the pointed arrow selected with the arrow type.
Public propertyUseTextColor
Get or set "Use color different from balloon for character color".
Top
Methods
  NameDescription
Public methodClone
Duplicate a shape to create a temporary instance.
(Inherited from Shape.)
Public methodCopy
Create a copy of the shape and add it to the drawing.
(Inherited from Shape.)
Public methodDelete
Delete the shape.
(Inherited from Shape.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExplode
Disassemble the shape.
(Inherited from Shape.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBoundingBox
Get the rectangular area surrounding the shape.
(Inherited from Shape.)
Public methodGetBoundingPoints
Get the area surrounding the shape.
(Inherited from Shape.)
Public methodGetExplodedShapes
Get the decomposed figure.
(Inherited from Shape.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMirror
Move the figure mirror image.
(Inherited from Shape.)
Public methodMove
Move the shape.
(Inherited from Shape.)
Public methodRotate
Rotate the shape.
(Inherited from Shape.)
Public methodScale
Zoom in or out the shape.
(Inherited from Shape.)
Public methodSetPoint
Set the coordinate of the specified index of the polyline.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Convert geometry with specified magnification, angle and coordinates.
(Inherited from Shape.)
Top
See Also