Friday, June 12, 2009

Day Eight Part -2 ( Line )

Line is another form of shape but with a few less properties.
drag a line on the form. its default name will be line1.

border color : this property is used to change the color of the line

border style: this property is used to change
Publish Post
the style i.e solid line, Dash, Dot, Dash-Dot, Dash-Dot-Dot, Inside Solid .

Border Width: this property is used to change the width of the Line. it takes a numeric value.
X1, X2, Y1, Y2 : these are the endpoints coordinates of the line, ie X1,Y1 shows the starting point of the line and X2,Y2 shows ending point of the line so you can give values to set the length of line and also the direction.

No comments:

Post a Comment