AdornerPanel.Order Property

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

OrderProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

AdornerPanel Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Feature Providers and Feature Connectors