GrapeCity ActiveReports for .NET 16.0J
Arrange メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : Arrange メソッド
The final size that the parent computes for the child element, provided as a System.Windows.Rect instance.
Positions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
シンタックス
'宣言
 
Public Sub Arrange( _
   ByVal finalRect As Rect _
) 
public void Arrange( 
   Rect finalRect
)

パラメータ

finalRect
The final size that the parent computes for the child element, provided as a System.Windows.Rect instance.
参照

Viewer クラス
Viewer メンバ