Gets the value of the Top attached property for a given object.
Namespace:
System.Windows.Controls
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Shared Function GetTop ( _
element As UIElement _
) As Double
Dim element As UIElement
Dim returnValue As Double
returnValue = Canvas.GetTop(element)
public static double GetTop(
UIElement element
)
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference