C# (CSharp) WPF.JoshSmith.Adorners Namespace

Сlasses

Name Description
DragAdorner A lightweight adorner which renders a visual that can follow the mouse cursor, such as during a drag-and-drop operation.
SingleChildAdornerBase Abstract class used to create adorners with only one visual child. By default the visual child is not added to the adorner's visual or logical tree. Subclasses can add the child to the visual and/or logical trees if necessary. This class also provides support for moving the adorner via the public OffsetTop and OffsetLeft properties.
UIElementAdorner An adorner which can display one and only one UIElement. The element is added to the adorner's visual and logical trees, enabling it to particpate in dependency property value inheritance, amongst other things.