public static object GetDefaultValue( Control control, DependencyProperty property, string memberPath )
public: static Object^ GetDefaultValue( Control^ control, DependencyProperty^ property, String^ memberPath )
Public Shared Function GetDefaultValue( _ ByVal control As Control, _ ByVal property As DependencyProperty, _ ByVal memberPath As String _ ) As Object
Dim control As Control Dim property As DependencyProperty Dim memberPath As String Dim value As Object value = Utility.GetDefaultValue(control, property, memberPath)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Utility Class Utility Members