Click or drag to resize

BalloonSettings Class

Indicates balloon setting.
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 BalloonSettings : ShapeSettings

The BalloonSettings type exposes the following members.

Constructors
  NameDescription
Protected methodBalloonSettings
Initializes a new instance of the BalloonSettings 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 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 propertyDocument
Get the document.
(Inherited from ShapeSettings.)
Public propertyFontName
Get or set font name of character.
Public propertyLeadColor
Get or set the color of the leader line.
Public propertyLeadLinetype
Get or set the line type of the leader line.
Public propertyLeadLinewidth
Gets or sets the line width of the leader line.
Public propertyLinetype
Get or set the line type of the balloon.
Public propertyLinewidth
Get or set the line width of the balloon.
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 propertySize
Gets or sets the balloon size.
Public propertySlant
Gets or sets the slope of the character.
Public propertyStyles
Get style collection of shapes.
(Inherited from ShapeSettings.)
Public propertyTextAngle
Gets or sets the angle when the yexy angle type is "Optional".
Public propertyTextAngleType
Get or set character orientation type.
Public propertyTextColor
Get or set the color 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 methodCopyTo
Copy the figure setting value to another figure setting.
(Inherited from ShapeSettings.)
Public methodCopyToShape
Copy the figure setting value to the figure.
(Inherited from ShapeSettings.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also