Share via


DependencyPropertyValueSource.Ambient Property

Gets a DependencyPropertyValueSource object that represents an ambient property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource object that represents an ambient property.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture