Share via


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

OrderProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

AdornerPanel Class

AdornerPanel Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Layout Space and Render Space

Feature Providers and Feature Connectors