Compartir a través de


DependencyPropertyValueSource.Ambient (Propiedad)

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad de ambiente.

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 Ambient As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource Ambient { get; }
public:
static property DependencyPropertyValueSource^ Ambient {
    DependencyPropertyValueSource^ get ();
}
static member Ambient : DependencyPropertyValueSource
static function get Ambient () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objeto DependencyPropertyValueSource que representa una propiedad de ambiente.

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