Sets 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 void SetTop(
	UIElement element,
	double length
)
Visual Basic
Public Shared Sub SetTop ( _
	element As UIElement, _
	length As Double _
)

Parameters

element
Type: System.Windows..::..UIElement
The object to which the property value is written.
length
Type: System..::..Double
The Top value of the specified element.

See Also