Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / SetPaneName Method
The Windows.UI.Xaml.FrameworkElement for which the property value is set.
The System.String value to be set on the specified element.

In This Topic
    SetPaneName Method
    In This Topic
    Sets the value of the PaneName attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetPaneName( _
       ByVal element As FrameworkElement, _
       ByVal value As String _
    ) 
    public static void SetPaneName( 
       FrameworkElement element,
       string value
    )

    Parameters

    element
    The Windows.UI.Xaml.FrameworkElement for which the property value is set.
    value
    The System.String value to be set on the specified element.
    See Also