Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / StretchingCanvas Class / GetTop Method
The object from which the property value is read.

In This Topic
    GetTop Method
    In This Topic
    Gets the value of the Top attached property for a given object.
    Syntax
    'Declaration
     
    
    Public Shared Function GetTop( _
       ByVal element As UIElement _
    ) As Double
    public static double GetTop( 
       UIElement element
    )

    Parameters

    element
    The object from which the property value is read.

    Return Value

    The Top value of the specified object.
    See Also