DependencyPropertyValueSource.DefaultValue (Propiedad)

Obtiene un objeto DependencyPropertyValueSource que 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 Shared ReadOnly Property DefaultValue As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource DefaultValue { get; }
public:
static property DependencyPropertyValueSource^ DefaultValue {
    DependencyPropertyValueSource^ get ();
}
static member DefaultValue : DependencyPropertyValueSource
static function get DefaultValue () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad establecida en su valor predeterminado.

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