dotnetCHARTING Send comments on this topic.
Annotation Property
See Also 
dotnetCHARTING Namespace > Element Class : Annotation Property



Gets or sets this element's Annotation.

Syntax

Visual Basic (Declaration) 
Public Property Annotation As Annotation
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Annotation
 
instance.Annotation = value
 
value = instance.Annotation
C# 
public Annotation Annotation {get; set;}
C++/CLI 
public:
property Annotation^ Annotation {
   Annotation^ get();
   void set (Annotation^ value);
}

Remarks

The annotation's position will be the same as this element's position, usless specified. Element tokens can be used by this annotation's text to describe the element.

See Also