Share via


PropertyOrderAttribute.Order Property

Gets the associated PropertyOrder.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public ReadOnly Property Order As PropertyOrder
'Usage
Dim instance As PropertyOrderAttribute 
Dim value As PropertyOrder 

value = instance.Order
public PropertyOrder Order { get; }
public:
property PropertyOrder^ Order {
    PropertyOrder^ get ();
}
public function get Order () : PropertyOrder

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
The priority in which to display the property in the property browser.

Remarks

The standard priorities that are provided by the PropertyOrder class are Early, Late, and Default.

.NET Framework Security

See Also

Reference

PropertyOrderAttribute Class

PropertyOrderAttribute Members

Microsoft.Windows.Design.PropertyEditing Namespace

CreateBefore

CreateAfter

Other Resources

WPF Designer Extensibility Architecture