Canvas.SetBottom(UIElement, Double) Metodo

Definizione

Imposta il valore della Bottom proprietà associata per un determinato oggetto di dipendenza.

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

Parametri

element
UIElement

Elemento in cui viene scritto il valore della proprietà.

length
Double

Imposta la Bottom coordinata dell'elemento specificato.

Si applica a

Vedi anche