VisualElement.ArrangeOverride(Rect) メソッド

定義

古いArrange(Rect)メソッドとの競合を回避するためにインターフェイスを明示的に実装する必要がある場合でも、サブクラスをオーバーライドArrange(Rect)できるようにします。

protected:
 virtual Microsoft::Maui::Graphics::Size ArrangeOverride(Microsoft::Maui::Graphics::Rect bounds);
protected virtual Microsoft.Maui.Graphics.Size ArrangeOverride (Microsoft.Maui.Graphics.Rect bounds);
abstract member ArrangeOverride : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.ArrangeOverride : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Protected Overridable Function ArrangeOverride (bounds As Rect) As Size

パラメーター

bounds
Rect

要素の境界を取得します。

戻り値

プラットフォームごとのこの要素のフレームの結果のサイズ。

適用対象