点击或拖拽改变大小

UIElementArrangeCore 方法

The default implementation of the control's arrange pass.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
protected virtual void ArrangeCore(
	 in Rect finalRect
)

参数

finalRect
类型:CPF.DrawingRectInAttribute
The control's new bounds.
备注
This method calls ArrangeOverride(Size) which is probably the method you want to override in order to modify a control's arrangement.
参见