The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Canvas::GetLeft Method (UIElement^)
.NET Framework (current version)
Gets the value of the Canvas::Left attached property for a given dependency object.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")] [AttachedPropertyBrowsableForChildrenAttribute] static double GetLeft( UIElement^ element )
Parameters
- element
-
Type:
System.Windows::UIElement^
The element from which the property value is read.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: