GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CalloutType Enumeration


CalloutType Enumeration
Specifies the type of callout line.
Syntax
'Declaration
 
Public Enum CalloutType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalloutType
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