'Declaration
Public Shared Sub SetPaneName( _ ByVal element As FrameworkElement, _ ByVal value As String _ )
public static void SetPaneName( FrameworkElement element, string value )
Parameters
- element
- The System.Windows.FrameworkElement for which the property value is set.
- value
- The System.String value to be set on the specified element.