LocalValueEntry::Value Property

 

Gets the value of the locally set dependency property.

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

public:
property Object^ Value {
	Object^ get();
}

Property Value

Type: System::Object^

The value of the locally set dependency property as an object.

To determine a more specific type for this value, check the Property for the current LocalValueEntry and get its PropertyType.

.NET Framework
Available since 3.0
Return to top
Show: