Share via


DependencyPropertyValueSource.IsLocalValue Property

Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a local value.

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

Syntax

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

Property Value

Type: System.Boolean
true if this object represents a property set to a local value; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture