Specifies that the first segment of the callout line (the segment attached to the text callout box) retain a fixed length whenever the callout is moved.
'Declaration
Sub CustomLength( _
ByVal As Integer _
)
'Usage
Dim instance As ICalloutFormat
Dim length As Integer
instance.CustomLength(length)
Parameters
- length
- The length of the first segment of the callout, in points.