Condividi tramite


LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) Metodo

Definizione

Dispone il contenuto che può superare i limiti di 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

Parametri

contentView
IContentView
bounds
Rect

Restituisce

Dimensioni del contenuto disposto

Commenti

Utile per organizzare il contenuto in cui IContentView fornisce un riquadro di visualizzazione a una parte del contenuto (ad esempio, il contenuto di un oggetto IScrollView).

Si applica a