DependencyPropertyValueSource.IsLocal Property

Definition

Gets a value that indicates whether the property is set to a local value.

public:
 property bool IsLocal { bool get(); };
public bool IsLocal { get; }
member this.IsLocal : bool
Public ReadOnly Property IsLocal As Boolean

Property Value

true if the property is set to a local value; otherwise, false.

Applies to