Delen via


DependencyPropertyValueSource.Local Property

Gets the local value the property is set to.

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

Syntax

'Declaration
Public Shared ReadOnly Property Local As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource 

value = DependencyPropertyValueSource.Local
public static DependencyPropertyValueSource Local { get; }
public:
static property DependencyPropertyValueSource^ Local {
    DependencyPropertyValueSource^ get ();
}
public static function get Local () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource for the local value.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture