다음을 통해 공유


LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) 메서드

정의

IContentView의 범위를 초과할 수 있는 콘텐츠를 정렬합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Graphics::Size ArrangeContentUnbounded(Microsoft::Maui::IContentView ^ contentView, Microsoft::Maui::Graphics::Rect bounds);
public static Microsoft.Maui.Graphics.Size ArrangeContentUnbounded (this Microsoft.Maui.IContentView contentView, Microsoft.Maui.Graphics.Rect bounds);
static member ArrangeContentUnbounded : Microsoft.Maui.IContentView * Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
<Extension()>
Public Function ArrangeContentUnbounded (contentView As IContentView, bounds As Rect) As Size

매개 변수

contentView
IContentView
bounds
Rect

반환

정렬된 콘텐츠의 크기

설명

IContentView가 콘텐츠의 일부(예: IScrollView의 콘텐츠)에 대한 뷰포트를 제공하는 콘텐츠를 정렬하는 데 유용합니다.

적용 대상