Gets the value of the KeepTimesAtDrop attached property for a given framework element.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static bool GetKeepTimesAtDrop(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetKeepTimesAtDrop ( _
	element As FrameworkElement _
) As Boolean

Parameters

element
Type: System.Windows..::..FrameworkElement
The FrameworkElement from which the property value is read.

Return Value

The Boolean value of the specified element.

See Also