AdornerOrder.CreateBelow Method

Creates a new adorner order that places the adorner below the provided reference in the z-order.

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

Syntax

'Declaration
Public Shared Function CreateBelow ( _
    reference As AdornerOrder _
) As AdornerOrder
public static AdornerOrder CreateBelow(
    AdornerOrder reference
)
public:
static AdornerOrder^ CreateBelow(
    AdornerOrder^ reference
)
static member CreateBelow : 
        reference:AdornerOrder -> AdornerOrder 
public static function CreateBelow(
    reference : AdornerOrder
) : AdornerOrder

Parameters

Return Value

Type: Microsoft.Windows.Design.Interaction.AdornerOrder
A new AdornerOrder that places the adorner below adorners with the specified reference.

Exceptions

Exception Condition
ArgumentNullException

reference is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

AdornerOrder Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture