ICrossPlatformLayoutBacking.CrossPlatformLayout 속성

정의

이 컨트롤에서 수행할 플랫폼 간 레이아웃 작업의 구현을 가져오거나 설정합니다.

public:
 property Microsoft::Maui::ICrossPlatformLayout ^ CrossPlatformLayout { Microsoft::Maui::ICrossPlatformLayout ^ get(); void set(Microsoft::Maui::ICrossPlatformLayout ^ value); };
public Microsoft.Maui.ICrossPlatformLayout? CrossPlatformLayout { get; set; }
member this.CrossPlatformLayout : Microsoft.Maui.ICrossPlatformLayout with get, set
Public Property CrossPlatformLayout As ICrossPlatformLayout

속성 값

설명

이 속성은 플랫폼 수준 지원 컨트롤과 플랫폼 간 레이아웃 간의 브리지입니다. 일반적으로 처리기에 의해 연결되며, 다양한 플랫폼에서 레이아웃 및 콘텐츠 동작을 정규화하는 추가 논리를 추가할 수 있습니다.

적용 대상