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 座標を設定します。

適用対象

こちらもご覧ください