'Declaration
Public Shared Function GetPaneName( _ ByVal element As FrameworkElement _ ) As String
public static string GetPaneName( FrameworkElement element )
Parameters
- element
- The System.Windows.FrameworkElement from which the property value is read.
Return Value
The System.String value of the specified element.