FixedPage.SetBottom(UIElement, Double) 메서드

정의

요소의 아래쪽과 부모 Canvas의 아래쪽 사이의 거리를 설정합니다.

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

요소의 아래쪽과 부모 캔버스의 아래쪽 사이의 새로운 거리입니다.

설명

자식 요소의 아래쪽 오프셋은 부모 캔버스의 크기에 영향을 주지 않습니다.

동일한 요소에 위쪽 오프셋과 아래쪽 오프셋을 모두 지정한 경우 위쪽 오프셋이 우선적으로 적용됩니다.

아래쪽 오프셋을 백분율로 설정할 때 백분율 값은 부모 캔버스의 크기를 기반으로 합니다.

적용 대상

추가 정보