Canvas.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, do którego jest zapisywana wartość właściwości.

length
Double

Ustawia współrzędną Bottom określonego elementu.

Dotyczy

Zobacz też