Previous Document Next Document

Object Model Reference : Classes : O : Outline : Properties : Outline.LineCaps


Outline.LineCaps

Property LineCaps As cdrOutlineLineCaps

Description

Member of Outline

The LineCaps property returns or specifies the endpoint style of an open-path outline.

The LineCaps property has a value of cdrOutlineLineCaps.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.