Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / Angle Property


In This Topic
    Angle Property (ICalloutFormat)
    In This Topic
    Gets or sets the angle of the callout line.
    Syntax
    'Declaration
     
    
    Property Angle As CalloutAngleType
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim value As CalloutAngleType
     
    instance.Angle = value
     
    value = instance.Angle
    CalloutAngleType Angle {get; set;}

    Property Value

    The angle of the callout line.
    Remarks
    If the callout line contains more than one line segment, this property returns or sets the angle of the segment that is farthest from the callout text box.
    See Also