Share via


DependencyPropertyValueSource.IsInheritedValue Property

Gets a value that indicates whether this DependencyPropertyValueSource represents a property whose value was inherited.

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

Syntax

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

Property Value

Type: System.Boolean
true if this object represents a property whose value was inherited; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture