LocalValueEntry::Property Property

 

Gets the identifier for the locally set dependency property that is represented by this entry.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property DependencyProperty^ Property {
	DependencyProperty^ get();
}

Property Value

Type: System.Windows::DependencyProperty^

The identifier for the locally set dependency property.

Use this property to query the identifier of the locally set dependency property and to obtain its metadata. This obtained metadata may include the initial default value of the property and whether the property supports property value inheritance.

.NET Framework
Available since 3.0
Return to top
Show: