Proprietà DependencyPropertyValueSource.IsResource

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

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà impostata su SystemResource, LocalDynamicResource o LocalStaticResource; 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à