Previous Document Next Document
Outline.LineJoin

Property LineJoin As cdrOutlineLineJoin

Member of Outline

The LineJoin property returns or sets the type of join for lines that intersect in an outline.

The LineJoin property returns a value of cdrOutlineLineJoin.

The following code example assigns round line caps and round joins to the outline of the selected shape:

Sub Test() 
 ActiveShape.Outline.LineCaps = cdrOutlineRoundLineCaps 
 ActiveShape.Outline.LineJoin = cdrOutlineRoundLineJoin 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.