点击或拖拽改变大小

CornerRadius 构造函数 (Single, Single, Single, Single)

设置每个角

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public CornerRadius(
	float topLeft,
	float topRight,
	float bottomRight,
	float bottomLeft
)

参数

topLeft
类型:SystemSingle
The thickness for the top left corner.
topRight
类型:SystemSingle
The thickness for the top right corner.
bottomRight
类型:SystemSingle
The thickness for the bottom right corner.
bottomLeft
类型:SystemSingle
The thickness for the bottom left corner.
参见