共用方式為


IContentView.CrossPlatformArrange(Rect) 方法

定義

提供這個介面方法,以便與舊版回溯相容性。 實作類別應該實作 ICrossPlatformLayout 介面,而不是直接實作此方法。

public:
 Microsoft::Maui::Graphics::Size CrossPlatformArrange(Microsoft::Maui::Graphics::Rect bounds);
public Microsoft.Maui.Graphics.Size CrossPlatformArrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformArrange (bounds As Rect) As Size

參數

bounds
Rect

IContentView 內容應該排列的界限。

傳回

排列之 IContentView 的實際大小。

適用於