Gets the value of the Top attached property for a given object.

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

Syntax

C#
public static double GetTop(
	UIElement element
)
Visual Basic
Public Shared Function GetTop ( _
	element As UIElement _
) As Double

Parameters

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

Return Value

The Top value of the specified object.

See Also