Canvas.SetBottom(UIElement, Double) Método

Definición

Establece el valor de la propiedad adjunta Bottom de un objeto de dependencia determinado.

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)

Parámetros

element
UIElement

Elemento en el que se escribe el valor de propiedad.

length
Double

Establece la coordenada Bottom del elemento especificado.

Se aplica a

Consulte también