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
- reference
Type: Microsoft.Windows.Design.Interaction.AdornerOrder
The AdornerOrder to place the adorner below.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace