Gets the value of the Top attached property for a given object.
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.