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

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

    Parameters

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