Scheduler for WinRT
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.
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 _
) 
'Usage
 
Dim element As FrameworkElement
Dim value As Boolean
 
AppointmentsCoverPane.SetKeepTimesAtDrop(element, value)
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.
Requirements

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

See Also

Reference

AppointmentsCoverPane Class
AppointmentsCoverPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.