Gets the value of the Left attached property for a given object.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static double GetLeft(
	UIElement element
)
Visual Basic
Public Shared Function GetLeft ( _
	element As UIElement _
) As Double

Parameters

element
Type: System.Windows..::..UIElement
The object from which the property value is read.

Return Value

The Left value of the specified object.

See Also