Share via


AdornerOrder Class

Specifies the z-order of adorners in Design view.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public NotInheritable Class AdornerOrder _
    Inherits OrderToken
'Usage
Dim instance As AdornerOrder
public sealed class AdornerOrder : OrderToken
public ref class AdornerOrder sealed : public OrderToken
public final class AdornerOrder extends OrderToken

Remarks

Use AdornerOrder to specify the z-order of your adorner panel by assigning an AdornerOrder value to the Order property. If not specified, the default adorner order is Content. Adorners that have the same relative ordering are ordered in the same order in which they are added.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.OrderToken
    Microsoft.Windows.Design.Interaction.AdornerOrder

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

AdornerOrder Members

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture