![]() |
![]() |
Segment.EndingControlPointLength
Property EndingControlPointLength As Double
Member of Segment
The EndingControlPointLength property returns or sets the length of the control point vector of the ending of a curve. The length is measured in document units.
The following code example sets the starting and ending control-point length for the first segment in the active shape:
Sub App() With ActiveShape.Curve.Segments(1) .StartingControlPointLength = 5 .EndingControlPointLength = 5 End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.