C1.Silverlight.Schedule.5
SetTop Method

The object to which the property value is written.
The Top value of the specified element.
Sets the value of the Top attached property for a given object.
Syntax
'Declaration
 
Public Shared Sub SetTop( _
   ByVal element As System.Windows.UIElement, _
   ByVal length As System.Double _
) 
public static void SetTop( 
   System.Windows.UIElement element,
   System.double length
)

Parameters

element
The object to which the property value is written.
length
The Top value of the specified element.
See Also

Reference

StretchingCanvas Class
StretchingCanvas Members

 

 


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