Canvas.SetBottom(UIElement, Double) Метод

Определение

Задает значение присоединенного свойства Bottom для указанного объекта зависимости.

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)

Параметры

element
UIElement

Элемент, в который записывается значение свойства.

length
Double

Задает координату Bottom указанного элемента.

Применяется к

См. также раздел