Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CalloutType Enumeration


In This Topic
    CalloutType Enumeration
    In This Topic
    Specifies the type of callout line.
    Syntax
    'Declaration
     
    
    Public Enum CalloutType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalloutType
    public enum CalloutType : System.Enum 
    Members
    MemberDescription
    OneSingle, angled callout line.
    ThreeCallout line made up of two line segments. Callout line is attached on the right side of the text bounding box.
    TwoCallout line made up of two line segments. Callout line is attached on the left side of the text bounding box.
    Inheritance Hierarchy

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

    See Also