The Type of annotation to create
CreateAnnotation Method (AnnotationCreationModifierMVVM)
Creates an annotation of the specified Type and applies the style to it
Syntax
protected virtual IAnnotationViewModel CreateAnnotation( 
   Type annotationType
)

Parameters

annotationType
The Type of annotation to create

Return Value

The annotation instance
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also