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 좌표를 설정합니다.

적용 대상

추가 정보