Partager via


DependencyPropertyValueSource.IsStatic, propriété

Obtient une valeur qui indique si DependencyPropertyValueSource représente une propriété dont la valeur est statique.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsStatic As Boolean
    Get
public bool IsStatic { get; }
public:
property bool IsStatic {
    bool get ();
}
member IsStatic : bool
function get IsStatic () : boolean

Valeur de propriété

Type : System.Boolean
true si cet objet représente une propriété avec une valeur statique ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

DependencyPropertyValueSource Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété