UIElementArrangeOverride 方法 |
Positions child elements as part of a layout pass.
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 protected virtual Size ArrangeOverride(
in Size finalSize
)
参数
- finalSize
- 类型:CPF.DrawingSizeInAttribute
The size available to the control.
返回值
类型:
SizeThe actual size used.
参见