Proprietà DependencyPropertyValueSource.IsAmbient

Ottiene un valore che indica se DependencyPropertyValueSource rappresenta una proprietà di ambiente.

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

Sintassi

'Dichiarazione
Public ReadOnly Property IsAmbient As Boolean
    Get
public bool IsAmbient { get; }
public:
property bool IsAmbient {
    bool get ();
}
member IsAmbient : bool
function get IsAmbient () : boolean

Valore proprietà

Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà di ambiente; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DependencyPropertyValueSource Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà