Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / Length Property


In This Topic
    Length Property (ICalloutFormat)
    In This Topic
    Gets the value that represents the length (in pixels) of the first segment of the callout line (the segment attached to the text callout box).
    Syntax
    'Declaration
     
    
    ReadOnly Property Length As Integer
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim value As Integer
     
    value = instance.Length
    int Length {get;}

    Property Value

    The length (in pixels) of the first segment.
    See Also