Annotation Class

Definition

Provides methods to access annotation attached properties.

public ref class Annotation abstract sealed
public static class Annotation
type Annotation = class
Public Class Annotation
Inheritance
Annotation

Fields

AnnotationTextProperty

The attachable property for annotation text.

AnnotationTextPropertyName

The property name to access annotation in a ModelItem.

Methods

GetAnnotationText(Object)

Gets the annotation text of an object.

SetAnnotationText(Object, String)

Sets an annotation of an object.

Applies to