AutomationProperties.AnnotationsProperty Property

Definition

Identifies a dependency property that's used for a list of annotation objects in a document, such as comment, header, footer, and so on.

public:
 static property DependencyProperty ^ AnnotationsProperty { DependencyProperty ^ get(); };
static DependencyProperty AnnotationsProperty();
public static DependencyProperty AnnotationsProperty { get; }
var dependencyProperty = AutomationProperties.annotationsProperty;
Public Shared ReadOnly Property AnnotationsProperty As DependencyProperty

Property Value

The identifier for the Annotations attached property.

Remarks

There's no public dependency property for Annotations. Use GetAnnotations to get the list of annotations.

Applies to