LocalValueEnumerator::Current Property

 

Gets the current element in the collection.

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

public:
property LocalValueEntry Current {
	LocalValueEntry get();
}

Property Value

Type: System.Windows::LocalValueEntry

The current LocalValueEntry in the collection.

This generally accessible version of the property relies on a snapshot of the collection that is taken at creation.

.NET Framework
Available since 3.0

LocalValueEnumerator Structure
System.Windows Namespace
How to: Restore the Default Value of a Dependency Property

Return to top
Show: