The CalloutShapeElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalloutShapeElement | Overloaded. |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current CalloutShapeElement.
(Overrides Element..::.Clone()()().) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetOutputImage | Overloaded. | |
GetOutputImageBinary | Overloaded. | |
GetSize |
Calculates the size of the element without applying any actions onto it.
(Inherited from Element.) | |
GetSizeAfterActions |
Calculates the new size of the element after applying the actions onto it.
(Inherited from Element.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Element.) |
Properties
Name | Description | |
---|---|---|
Actions | (Inherited from Element.) | |
CalloutArrowX |
Gets or sets the x-coordinate of the arrow tip. NOTE: The coordinate is relative to the callout boundary being x = 0, y = 0 the upper-left corner and x = Width, y = Height the bottom-lower corner.
| |
CalloutArrowY |
Gets or sets the y-coordinate of the arrow tip. NOTE: The coordinate is relative to the callout boundary being x = 0, y = 0 the upper-left corner and x = Width, y = Height the bottom-lower corner.
| |
CalloutType |
Gets or sets the callout shape.
| |
ConvertEmptyStringToNull |
Gets or sets a value indicating whether empty string values ("") are automatically converted to null values when the data field is updated in the data source.
(Inherited from ShapeElement.) | |
Dpi |
Gets or sets the resolution of the image representing this element; in dots per inch (DPI). Default value is 96.
(Inherited from Element.) | |
Fill |
Gets the shape's fill style.
(Inherited from ClosedShapeElement.) | |
Font |
Gets the Font object for the text.
(Inherited from ShapeElement.) | |
Height |
Gets or sets the height of the element.
(Inherited from Element.) | |
Name |
Gets or sets the string identifying the element. The element's name should be unique throughout the scope of the current output composite image.
(Inherited from Element.) | |
NullDisplayText |
Gets or sets the text displayed for a field when the field's value is null.
(Inherited from ShapeElement.) | |
RightToLeft |
Gets or sets whether the text should draw right-to-left for RTL languages.
(Inherited from ShapeElement.) | |
Roundness |
Gets or sets the shape roundness
(Inherited from ShapeElement.) | |
StrokeAntialias |
Gets or sets whether stroke is antialiased.
(Inherited from ShapeElement.) | |
StrokeDashStyle |
Gets or sets the border dash style.
(Inherited from ShapeElement.) | |
StrokeFill |
Gets the border's fill style.
(Inherited from ShapeElement.) | |
StrokeLineJoinStyle | (Overrides ShapeElement..::.StrokeLineJoinStyle.) | |
StrokeWidth |
Gets or sets the border width.
(Inherited from ShapeElement.) | |
Text |
Gets or sets the text associated with this ShapeElement object.
(Inherited from ShapeElement.) | |
TextAlignment |
Gets or sets the alignment of the text.
(Inherited from ShapeElement.) | |
TextForeColor |
Gets or sets the foreground color of the text.
(Inherited from ShapeElement.) | |
TextMultiStrokeColors |
Gets or sets the serie of colors of the borders along the outline of the text. The colors must be specified in hexadecimal (hex) notation for the combination of Red, Green, and Blue channel values (RGB). Colors must be also separated by commas.
(Inherited from ShapeElement.) | |
TextMultiStrokeWidths |
Gets or sets the widths of the borders along the outline of the text. The widths of the borders must be specified as integer numbers and separated by commas.
(Inherited from ShapeElement.) | |
TextPadding |
Gets the amount of space around text in a shape.
(Inherited from ShapeElement.) | |
TextQuality |
Gets or sets the quality of the text.
(Inherited from ShapeElement.) | |
TextStrokeColor |
Gets or sets the color of the border along the outline of the text.
(Inherited from ShapeElement.) | |
TextStrokeWidth |
Gets or sets the width of the border along the outline of the text.
(Inherited from ShapeElement.) | |
Visible |
Gets or sets whether this element is visible or hidden.
(Inherited from Element.) | |
Width |
Gets or sets the width of the element.
(Inherited from Element.) | |
X |
Gets or sets the x-coordinate of the left side of the element
(Inherited from Element.) | |
Y |
Gets or sets the y-coordinate of the top side of the element
(Inherited from Element.) |