Proprietà DependencyPropertyValueSource.IsDynamicResource

Ottiene un valore che indica se questo oggetto DependencyPropertyValueSource rappresenta una proprietà impostata su una risorsa dinamica.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà impostata su una risorsa dinamica; 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à