Proprietà PropertyOrder.Default

Ottiene la posizione predefinita nell'ordine definita dal sistema.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Istanza di PropertyOrder che rappresenta la posizione predefinita nell'ordine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyOrder Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Architettura di modifica delle proprietà

Estensibilità di Progettazione WPF