Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / Angle Property


In This Topic
    Angle Property (ICalloutFormat)
    In This Topic
    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;}
    See Also