Canvas.SetLeft(UIElement, Double) Metoda

Definicja

Ustawia wartość dołączonej Left właściwości dla danego obiektu zależności.

public:
 static void SetLeft(System::Windows::UIElement ^ element, double length);
public static void SetLeft (System.Windows.UIElement element, double length);
static member SetLeft : System.Windows.UIElement * double -> unit
Public Shared Sub SetLeft (element As UIElement, length As Double)

Parametry

element
UIElement

Element, do którego jest zapisywana wartość właściwości.

length
Double

Ustawia współrzędną Left określonego elementu.

Dotyczy

Zobacz też