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)

적용 대상