Canvas.SetTop(UIElement, Double) Metodo

Definizione

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

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)

Parametri

element
UIElement

Elemento in cui viene scritto il valore della proprietà.

length
Double

Imposta la Top coordinata dell'elemento specificato.

Si applica a

Vedi anche