Gets the adorner layer that is rendered on top of all other annotation and selection layers.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Canvas AnnotationAdornerLayer { get; private set; }
Visual Basic
Public Property AnnotationAdornerLayer As Canvas
	Get
	Private Set
Visual C++
public:
property Canvas^ AnnotationAdornerLayer {
	Canvas^ get ();
	private: void set (Canvas^ value);
}

Field Value

The adorner layer.

Remarks

Use this layer to render annotations that should be on top of all other visuals.

See Also