Canvas.SetLeft(UIElement, Double) Metodo

Definizione

Imposta il valore della proprietà associata Left per un oggetto dipendenza specificato.

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)

Parametri

element
UIElement

Elemento in cui viene scritto il valore della proprietà.

length
Double

Imposta la coordinata Left dell'elemento specificato.

Si applica a

Vedi anche