LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
排列可能超出 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) 的内容。