PropertyOrder.Default-Eigenschaft

Ruft die systemdefinierte Standardsortierposition ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property Default As PropertyOrder
    Get
public static PropertyOrder Default { get; }
public:
static property PropertyOrder^ Default {
    PropertyOrder^ get ();
}
static member Default : PropertyOrder
static function get Default () : PropertyOrder

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Eine PropertyOrder-Instanz, die die Standardsortierposition darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyOrder Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit