Sets the value of the Left attached property for a given object.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public static void SetLeft( UIElement element, double length ) |
Visual Basic |
---|
Public Shared Sub SetLeft ( _ element As UIElement, _ length As Double _ ) |
Parameters
- element
- Type: System.Windows..::..UIElement
The object to which the property value is written.
- length
- Type: System..::..Double
The Left value of the specified element.