The type of Adorners to search for
The adorner layer canvas
GetUsedAdorners<T> Method
Gets a collection of the Adorners currently used on the Annotation, given the Annotation AdornerLayer Canvas
Syntax
protected IEnumerable<T> GetUsedAdorners<T>( 
   Canvas adornerLayer
)
where T: IAnnotationAdorner

Parameters

adornerLayer
The adorner layer canvas

Type Parameters

T
The type of Adorners to search for

Return Value

A list of adorners matching type T
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