[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Annotations.Annotation

Annotation Class

Represents the annotation.

Implements
Namespace: GrapeCity.ActiveReports.Document.Section.Annotations
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class Annotation : Component, IComponent, IDisposable

Constructors

Name Description
Annotation(Border)

Constructor for the annotation object

Fields

Name Description
_x

Gets or sets the leftmost X coordinate for the annotation.

Properties

Name Description
Alpha

Gets or sets the alpha channel of the background color

Annotations

Gets the annotations collection.

Border

Gets the border object for the annotation object.

Color

Gets or sets the color used to fill the annotation object.

Height

Gets or sets the height of the annotation object.

Width

Gets or sets the width of the annotation object.

X

Gets or sets X - the leftmost coordinate for the annotation object.

Y

Gets or sets Y - the topmost coordinate for the annotation object.

Methods

Name Description
Attach(float, float)

Sets the top leftmost coordinates for the annotation object.

OnPropertyChanged(string)

Called when the property is changed.

Refresh()

Updates the display of the annotation object.

Events

Name Description
PropertyChanged

Event that occurs when a property is changed.