Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / StretchingCanvas Class / SetLeft Method
The object to which the property value is written.
The Left value of the specified element.

In This Topic
    SetLeft Method
    In This Topic
    Sets the value of the Left attached property for a given object.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetLeft( _
       ByVal element As UIElement, _
       ByVal length As Double _
    ) 
    public static void SetLeft( 
       UIElement element,
       double length
    )

    Parameters

    element
    The object to which the property value is written.
    length
    The Left value of the specified element.
    See Also