言語

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

適用対象

こちらもご覧ください