DependencyPropertyValueSource.IsLocal Property
Note: This API is now obsolete. The non-obsolete alternative is IsLocalValue.
Gets a value that indicates whether this DependencyPropertyValueSource represents a local property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.IsLocalValue instead")> _
Public ReadOnly Property IsLocal As Boolean
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsLocalValue instead")]
public bool IsLocal { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsLocalValue instead")]
public:
property bool IsLocal {
bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsLocalValue instead")>]
member IsLocal : bool
function get IsLocal () : boolean
Property Value
Type: System.Boolean
true if this object represents a local property; otherwise, false.
.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