CustomPopupPlacement 구조체

정의

Popup 컨트롤에 대한 사용자 지정 배치 매개 변수를 정의합니다.

public value class CustomPopupPlacement
public struct CustomPopupPlacement
type CustomPopupPlacement = struct
Public Structure CustomPopupPlacement
상속
CustomPopupPlacement

설명

구조체는 CustomPopupPlacement 해당 부모에 대한 Popup 컨트롤의 위치를 정의하고 화면 경계에 의해 가려질 때 이동이 더 눈에 띄게 되는 방법을 Popup 정의합니다.

System.Windows.Controls.Primitives.CustomPopupPlacementCallback 대리자는 속성이 설정된 경우에 대한 Popup 사용자 지정 배치 옵션으로 이러한 구조체의 배열을 Placement 반환합니다Custom.

생성자

CustomPopupPlacement(Point, PopupPrimaryAxis)

CustomPopupPlacement 구조체의 새 인스턴스를 초기화합니다.

속성

Point

Popup 컨트롤의 왼쪽 위 모퉁이가 배치되는 대상 개체를 기준으로 하는 지점을 가져오거나 설정합니다.

PrimaryAxis

Popup이 화면 경계에서 가려지면 Popup 컨트롤을 이동할 방향을 가져오거나 설정합니다.

메서드

Equals(Object)

이 구조체를 다른 CustomPopupPlacement 구조체와 비교하여 같은지 확인합니다.

GetHashCode()

이 구조체의 해시 코드를 가져옵니다.

연산자

Equality(CustomPopupPlacement, CustomPopupPlacement)

CustomPopupPlacement 구조체가 동일한지 비교합니다.

Inequality(CustomPopupPlacement, CustomPopupPlacement)

CustomPopupPlacement 구조체가 동일하지 않은지 비교합니다.

적용 대상

추가 정보