Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / StretchingCanvas Class / SetTop Method
The object to which the property value is written.
The Top value of the specified element.

In This Topic
    SetTop Method
    In This Topic
    Sets the value of the Top attached property for a given object.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetTop( _
       ByVal element As UIElement, _
       ByVal length As Double _
    ) 
    public static void SetTop( 
       UIElement element,
       double length
    )

    Parameters

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