.NET Framework Class Library for Silverlight
Canvas..::.GetLeft Method
Gets the value of the Left attached property for a given object.
Namespace:
System.Windows.Controls
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
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.
Reference