Share via


DependencyPropertyValueSource.Local Property

Note: This API is now obsolete. The non-obsolete alternative is LocalValue.

Gets a DependencyPropertyValueSource object that 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.LocalValue instead")> _
Public Shared ReadOnly Property Local As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")]
public static DependencyPropertyValueSource Local { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.LocalValue instead")]
public:
static property DependencyPropertyValueSource^ Local {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")>]
static member Local : DependencyPropertyValueSource
static function get Local () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a local property.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture