Freigeben über


PropertyOrder.Default-Eigenschaft

Aktualisiert: November 2007

Ruft die systemdefinierte Standardsortierposition ab.

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

Syntax

Public Shared ReadOnly Property Default As PropertyOrder

Dim value As PropertyOrder

value = PropertyOrder.Default
public static PropertyOrder Default { get; }
public:
static property PropertyOrder^ Default {
    PropertyOrder^ get ();
}
public static function get Default () : PropertyOrder

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder

Eine PropertyOrder-Instanz, die die Standardsortierposition darstellt.

Berechtigungen

Siehe auch

Referenz

PropertyOrder-Klasse

PropertyOrder-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit