AnnotationService::Store Property

 

Gets the AnnotationStore used by this AnnotationService.

Namespace:   System.Windows.Annotations
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property AnnotationStore^ Store {
	AnnotationStore^ get();
}

The AnnotationStore used by the AnnotationService is specified as a parameter in the service's Enable method.

The following example shows how to use the Store property when you start and stop an AnnotationService.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: