Canvas.SetBottom(UIElement, Double) Metodo

Definizione

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

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 coordinata Bottom dell'elemento specificato.

Si applica a

Vedi anche