InkCanvas.SetBottom(UIElement, Double) Metoda

Definicja

Ustawia wartość dołączonej Bottom właściwości dla danego obiektu zależności.

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)

Parametry

element
UIElement

Element, na którym ma zostać ustawiona właściwość dolna.

length
Double

Dolna współrzędna .element

Przykłady

W poniższym przykładzie pokazano, jak ustawić położenie elementu Button.

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

Dotyczy