Sdílet prostřednictvím


PropertyOrder.Default – vlastnost

Získá pořadí systémem definované výchozí polohy.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
A PropertyOrder instance, který představuje umístění výchozí pořadí.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyOrder Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

Property Editing Architecture

WPF Designer Extensibility