Rectangle

Rectangle为长方形,

通过设置RotateAngle属性 ,可以旋转长方形;通过设置CornerRadius(角半径)属性, 可将四个角会显示为弧形:

[Width = -1, Height = -0.7, CornerRadius = 40],RotateAngle = -30]

可以通过LeftTop,LeftBottom、RightTop和RightBottom属性给长方形的四个角设置不同的角半径:

[Width = -1, Height = -0.7, CornerRadius = 20, LeftTop = 40, RightBottom = 40]

SlantAngle属性用于设置左边(或左右两边)的倾斜角度,SlantAngle2属性用于右边的倾斜角度:

[ SlantAngle = 20, SlantAngle2 = 45]


本页地址:http://www.foxtable.com/webhelp/topics/3802.htm