FixedPage::GetLeft Method (UIElement^)

 

Returns the distance between the left side of an element and the left side of its parent Canvas.

Namespace:   System.Windows.Documents
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 to get the left offset.

Return Value

Type: System::Double

The distance between the right side of an element and the right side of its parent canvas.

If the left offset has not been set, GetRight returns NaN.

.NET Framework
Available since 3.0
Return to top
Show: