Share via


LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) Método

Definição

Organiza o conteúdo que pode exceder os limites do 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

Parâmetros

contentView
IContentView
bounds
Rect

Retornos

O Tamanho do conteúdo organizado

Comentários

Útil para organizar o conteúdo em que o IContentView fornece um visor para uma parte do conteúdo (por exemplo, o conteúdo de um IScrollView).

Aplica-se a