Annotations Property (AnnotationLayer)
In This Topic
Gets the collection of annotation elements in the
AnnotationLayer
Syntax
'Declaration
<C1DescriptionAttribute("Annotation.AnnotationLayer.Annotations", "Gets the collection of annotation elements in the AnnotationLayer.")>
Public ReadOnly Property Annotations As ObservableCollection(Of IAnnotationBase)
[C1Description("Annotation.AnnotationLayer.Annotations", "Gets the collection of annotation elements in the AnnotationLayer.")]
public ObservableCollection<IAnnotationBase> Annotations {get;}
See Also