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

下のプロパティを設定する要素。

length
Double

elementの下部座標。

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

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

適用対象