| DockPanelArrangeOverride 方法  | 
 
            DockPanel computes a position and final size for each of its children based upon their
            
Dock enum and sizing properties.
            
 
        命名空间: 
     CPF.Controls
        程序集:
     CPF (在 CPF.dll 中) 版本:0.8.8.5
 语法
语法protected override Size ArrangeOverride(
	 in Size arrangeSize
)
参数
- arrangeSize
- 类型:CPF.DrawingSizeInAttribute
 Size that DockPanel will assume to position children.
返回值
类型:
Size[缺少 "M:CPF.Controls.DockPanel.ArrangeOverride(CPF.Drawing.Size@)" 的 <returns> 文档]
 参见
参见