InkCanvas.SetBottom(UIElement, Double) Método

Definición

Establece el valor de la Bottom propiedad adjunta para 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 va a establecer la propiedad inferior.

length
Double

Coordenada inferior de element.

Ejemplos

En el ejemplo siguiente se muestra cómo establecer la posición de un Button.

InkCanvas.SetBottom(button1, 100);
InkCanvas.SetBottom(button1, 100)

Se aplica a