Поделиться через


ICrossPlatformLayout.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

Границы, в которых должны быть расположены дочерние элементы ICrossPlatformLayout.

Возвращаемое значение

Фактический размер упорядоченного объекта ICrossPlatformLayout.

Применяется к