TabPanel.GetLayoutClip(Size) 메서드

정의

기본 클리핑을 재정의하는 데 사용됩니다.

protected:
 override System::Windows::Media::Geometry ^ GetLayoutClip(System::Windows::Size layoutSlotSize);
protected override System.Windows.Media.Geometry GetLayoutClip(System.Windows.Size layoutSlotSize);
override this.GetLayoutClip : System.Windows.Size -> System.Windows.Media.Geometry
Protected Overrides Function GetLayoutClip (layoutSlotSize As Size) As Geometry

매개 변수

layoutSlotSize
Size

패널의 크기입니다.

반품

의 레이아웃 크기인 TabPanel크기입니다.

설명

이 메서드는 기본 클래스의 기본 클립 동작을 재정의하는 UIElement 데 사용됩니다. 이 메서드의 목적은 선택한 TabItem 헤더 TabPanel가 클리핑 자식을 차단하기 위한 것입니다.

적용 대상