Proprietà PropertyOrder.Late

Ottiene la posizione subordinata 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 Late As PropertyOrder
    Get
public static PropertyOrder Late { get; }
public:
static property PropertyOrder^ Late {
    PropertyOrder^ get ();
}
static member Late : PropertyOrder
static function get Late () : PropertyOrder

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Istanza di PropertyOrder che rappresenta la posizione subordinata nell'ordine definita dal sistema.

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