PropertyOrder.Early-Eigenschaft

Ruft die systemdefinierte vordere Sortierposition ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Eine PropertyOrder-Instanz, die die systemdefinierte vordere Sortierposition darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyOrder Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit