次の方法で共有


VisualElement.SizeAllocated(Double, Double) メソッド

定義

サブツリー レイアウトの開始を通知するために、レイアウト サイクル中に呼び出されるメソッド。

protected:
 void SizeAllocated(double width, double height);
protected void SizeAllocated (double width, double height);
member this.SizeAllocated : double * double -> unit
Protected Sub SizeAllocated (width As Double, height As Double)

パラメーター

width
Double

新しく割り当てられた幅。

height
Double

新しく割り当てられた高さ。

注釈

を呼び出すと SizeAllocated(Double, Double) 、 要素の子に対して新しいレイアウト サイクルが開始されます。 このメソッドを過剰に呼び出すと、パフォーマンスの問題が発生する可能性があります。

適用対象