다음을 통해 공유


PlacementAdapter 클래스

업데이트: 2007년 11월

부모 좌표에서 개체의 위치를 가져오고 설정하는 데 사용되는 어댑터입니다.

네임스페이스:  Microsoft.Windows.Design.Interaction
어셈블리:  Microsoft.Windows.Design.Extensibility(Microsoft.Windows.Design.Extensibility.dll)

구문

Public MustInherit Class PlacementAdapter _
    Inherits Adapter

Dim instance As PlacementAdapter
public abstract class PlacementAdapter : Adapter
public ref class PlacementAdapter abstract : public Adapter
public abstract class PlacementAdapter extends Adapter

설명

PlacementAdapter는 잡기 핸들에서 컨트롤을 이동하고 크기를 조정하는 데 사용됩니다. 배치 어댑터는 읽기 및 쓰기 값을 상대 위치로 지원하여 작동합니다. PlacementAdapter는 모든 항목을 상대적으로 인식하므로 상대적 차이(델타)가 중요합니다. PlacementAdapter는 상대 값을 받아 하나 이상의 속성 집합으로 변환합니다. PlacementAdapter를 사용하려면 우선 해당 위치를 설정할 수 있는지 쿼리하여 확인해야 합니다. 그런 다음 이 결과를 사용하여 GetPlacementSetPlacements 메서드를 통해 값을 가져오고 설정합니다.

상속 계층 구조

System.Object
  Microsoft.Windows.Design.Features.FeatureProvider
    Microsoft.Windows.Design.Interaction.Adapter
      Microsoft.Windows.Design.Interaction.PlacementAdapter
        Microsoft.Windows.Design.Interaction.RootPlacementAdapter

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

PlacementAdapter 멤버

Microsoft.Windows.Design.Interaction 네임스페이스

AdornerPlacementCollection

AdornerPanel

기타 리소스

연습: 디자인 타임 표시기 만들기

표시기 아키텍처