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


In This Topic
    Border Property (ICalloutFormat)
    In This Topic
    Gets or sets a value indicating whether the border of the object is visible.
    Syntax
    'Declaration
     
    
    Property Border As Boolean
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim value As Boolean
     
    instance.Border = value
     
    value = instance.Border
    bool Border {get; set;}

    Property Value

    true if the border of the object is visible; otherwise, false.
    See Also