Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / PresetDrop Method
The starting position of the callout line relative to the text bounding box.


In This Topic
    PresetDrop Method
    In This Topic
    Specifies whether the callout line attaches to the top, bottom, or center of the callout text box or whether it attaches at a point that is a specified distance from the top or bottom of the text box.
    Syntax
    'Declaration
     
    
    Sub PresetDrop( _
       ByVal dropType As CalloutDropType _
    ) 
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim dropType As CalloutDropType
     
    instance.PresetDrop(dropType)
    void PresetDrop( 
       CalloutDropType dropType
    )

    Parameters

    dropType
    The starting position of the callout line relative to the text bounding box.
    See Also