Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Line Property


In This Topic
    Line Property (IShapeBase)
    In This Topic
    Gets a ILineFormat object that contains line formatting properties for the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Line As ILineFormat
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As ILineFormat
     
    value = instance.Line
    ILineFormat Line {get;}

    Property Value

    The line format.
    See Also