Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / CustomDrop Method
The drop distance, in pixels.


In This Topic
    CustomDrop Method
    In This Topic
    Sets the vertical distance (in pixels) from the edge of the text bounding box to the place where the callout line attaches to the text box.
    Syntax
    'Declaration
     
    
    Sub CustomDrop( _
       ByVal drop As Integer _
    ) 
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim drop As Integer
     
    instance.CustomDrop(drop)
    void CustomDrop( 
       int drop
    )

    Parameters

    drop
    The drop distance, in pixels.
    Remarks
    This distance is measured from the top of the text box unless the AutoAttach property is set to True and the text box is to the left of the origin of the callout line (the place that the callout points to), in which case the drop distance is measured from the bottom of the text box.
    See Also