点击或拖拽改变大小

TrackArrangeOverride 方法

Children will be stretched to fit horizontally (if vertically oriented) or vertically (if horizontally oriented). There are essentially three possible layout states: 1. The track is enabled and the thumb is proportionally sizing. 2. The track is enabled and the thumb has reached its minimum size. 3. The track is disabled or there is not enough room for the thumb. Track elements are not displayed, and will not be arranged.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
protected override Size ArrangeOverride(
	 in Size arrangeSize
)

参数

arrangeSize
类型:CPF.DrawingSizeInAttribute

[缺少 "M:CPF.Controls.Track.ArrangeOverride(CPF.Drawing.Size@)" 的 <param name="arrangeSize"/> 文档]

返回值

类型:Size

[缺少 "M:CPF.Controls.Track.ArrangeOverride(CPF.Drawing.Size@)" 的 <returns> 文档]

参见