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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace