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 のコンテンツなど) にビューポートを提供するコンテンツを配置する場合に便利です。

適用対象