DependencyPropertyValueSource.IsDefaultValue (Propiedad)

Obtiene un valor que indica si este objeto DependencyPropertyValueSource representa una propiedad establecida en su valor predeterminado.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsDefaultValue As Boolean
    Get
public bool IsDefaultValue { get; }
public:
property bool IsDefaultValue {
    bool get ();
}
member IsDefaultValue : bool
function get IsDefaultValue () : boolean

Valor de propiedad

Tipo: System.Boolean
true si este objeto representa una propiedad establecida en su valor predeterminado; de lo contrario, false.

Comentarios

Una propiedad se establece en su valor predeterminado si no se establece ningún valor para la propiedad en XAML y no hereda ningún valor de su elemento primario.

Seguridad de .NET Framework

Vea también

Referencia

DependencyPropertyValueSource Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades