Gets the value of the Left attached property for a given object.
Public Shared Function GetLeft ( _ element As UIElement _ ) As Double
Dim element As UIElement Dim returnValue As Double returnValue = Canvas.GetLeft(element)
public static double GetLeft( UIElement element )
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.