点击或拖拽改变大小

UIElementCollectionSort 方法 (Int32, Int32, IComparerUIElement)

使用指定的比较器对某个范围内的元素进行排序。

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Sort(
	int index,
	int count,
	IComparer<UIElement> comparer
)

参数

index
类型:SystemInt32
要排序的范围的从零开始的起始索引。
count
类型:SystemInt32
要排序的范围的长度
comparer
类型:System.Collections.GenericIComparerUIElement
比较元素时要使用的比较器
参见