Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CalloutDropType Enumeration


In This Topic
    CalloutDropType Enumeration
    In This Topic
    Specifies the starting position of the callout line relative to the text bounding box. Used with the PresetDrop method of the CalloutFormat object.
    Syntax
    'Declaration
     
    
    Public Enum CalloutDropType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalloutDropType
    public enum CalloutDropType : System.Enum 
    Members
    MemberDescription
    BottomBottom
    CenterCenter
    CustomCustom.
    TopTop
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.CalloutDropType

    See Also