InkCanvas.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

Bottom プロパティを設定する対象の要素。

length
Double

element の下端の座標。

次の例では、 の位置を設定する方法を Button示します。

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

適用対象