AdornerPanel.Order Property
Gets or sets the Order value. This is a dependency property.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property Order As AdornerOrder
'Usage
Dim instance As AdornerPanel
Dim value As AdornerOrder
value = instance.Order
instance.Order = value
public AdornerOrder Order { get; set; }
public:
property AdornerOrder^ Order {
AdornerOrder^ get ();
void set (AdornerOrder^ value);
}
public function get Order () : AdornerOrder
public 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