![]() |
![]() |
Outline.LineCaps
Property LineCaps As cdrOutlineLineCaps
Member of Outline
The LineCaps property returns or sets the endpoint style of an open path outline.
The LineCaps property has a value of cdrOutlineLineCaps.
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
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.