Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the Order value.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property Order As AdornerOrder
Get
Set
public AdornerOrder Order { get; set; }
public:
property AdornerOrder^ Order {
AdornerOrder^ get ();
void set (AdornerOrder^ value);
}
member Order : AdornerOrder with get, set
function get Order () : AdornerOrder
function set Order (value : AdornerOrder)
Property Value
Type: Microsoft.Windows.Design.Interaction.AdornerOrder
An AdornerOrder instance that specifies the z-order of the adorner panel.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
.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