Share via


DependencyPropertyValueSource.IsAmbient Property

Gets a value that indicates whether this DependencyPropertyValueSource represents an ambient property.

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

Syntax

'Declaration
Public ReadOnly Property IsAmbient As Boolean
    Get
public bool IsAmbient { get; }
public:
property bool IsAmbient {
    bool get ();
}
member IsAmbient : bool
function get IsAmbient () : boolean

Property Value

Type: System.Boolean
true if this object represents an ambient property; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture