Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / CustomLength Method
The length of the first segment of the callout, in points.


In This Topic
    CustomLength Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Sub CustomLength( _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim length As Integer
     
    instance.CustomLength(length)
    void CustomLength( 
       int length
    )

    Parameters

    length
    The length of the first segment of the callout, in points.
    Remarks
    Use the AutomaticLength method to specify that the first segment of the callout line be scaled automatically whenever the callout is moved. Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).
    See Also