Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Callout Property


In This Topic
    Callout Property (IShapeBase)
    In This Topic
    Gets an ICalloutFormat object that contains callout formatting properties for the specified shape. Applies to a IShape object that represent line callouts.
    Syntax
    'Declaration
     
    
    ReadOnly Property Callout As ICalloutFormat
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As ICalloutFormat
     
    value = instance.Callout
    ICalloutFormat Callout {get;}

    Property Value

    The ICalloutFormat object.
    See Also