AdornerProperties Class
Defines a set of attached properties for a UI element to enable adorner appearance and behavior.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public NotInheritable Class AdornerProperties
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class AdornerProperties
public ref class AdornerProperties abstract sealed
public final class AdornerProperties
Remarks
The AdornerProperties class defines a set of attached properties for a UIElement when it is used as an adorner. You can add a UIElement with these attached properties to the Adorners collection of the DesignerView class. The properties can be set at any time and the adorner updates accordingly.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.AdornerProperties
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace