CustomPopupPlacement 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Popup 컨트롤에 대한 사용자 지정 배치 매개 변수를 정의합니다.
public value class CustomPopupPlacement
public struct CustomPopupPlacement
type CustomPopupPlacement = struct
Public Structure CustomPopupPlacement
- 상속
설명
구조체는 CustomPopupPlacement 해당 부모에 대한 Popup 컨트롤의 위치를 정의하고 화면 경계에 의해 가려질 때 이동이 더 눈에 띄게 되는 방법을 Popup 정의합니다.
System.Windows.Controls.Primitives.CustomPopupPlacementCallback 대리자는 속성이 설정된 경우에 대한 Popup 사용자 지정 배치 옵션으로 이러한 구조체의 배열을 Placement 반환합니다Custom.
생성자
CustomPopupPlacement(Point, PopupPrimaryAxis) |
CustomPopupPlacement 구조체의 새 인스턴스를 초기화합니다. |
속성
Point |
Popup 컨트롤의 왼쪽 위 모퉁이가 배치되는 대상 개체를 기준으로 하는 지점을 가져오거나 설정합니다. |
PrimaryAxis |
메서드
Equals(Object) |
이 구조체를 다른 CustomPopupPlacement 구조체와 비교하여 같은지 확인합니다. |
GetHashCode() |
이 구조체의 해시 코드를 가져옵니다. |
연산자
Equality(CustomPopupPlacement, CustomPopupPlacement) |
두 CustomPopupPlacement 구조체가 동일한지 비교합니다. |
Inequality(CustomPopupPlacement, CustomPopupPlacement) |
두 CustomPopupPlacement 구조체가 동일하지 않은지 비교합니다. |