Adorner Types

An Adorner is a FrameworkElement that is bound to ("adorns") a single UIElement. For more detailed information on the content model for Adorner and how to use this type see Adorners Overview.

Content Model

Primary content property

None.

Primary content type

None.

Other content properties

None

Content model information

N/A

An Adorner is bound to a single UIElement; it does not actually contain the object it adorns. For an example showing how to associate an Adorner with a UIElement, see How to: Bind an Adorner to an Element.

Classes

The Adorner class is provided as a framework for creating your own adorners; Windows Presentation Foundation (WPF) does not provide any implemented adorners.

See Also

Concepts

Adorners Overview