Canvas.SetTop(UIElement, Double) Método

Definición

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

public:
 static void SetTop(System::Windows::UIElement ^ element, double length);
public static void SetTop (System.Windows.UIElement element, double length);
static member SetTop : System.Windows.UIElement * double -> unit
Public Shared Sub SetTop (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 Top del elemento especificado.

Se aplica a

Consulte también