Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / Line Property


In This Topic
    Line Property (IGroupShape)
    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 IGroupShape
    Dim value As ILineFormat
     
    value = instance.Line
    ILineFormat Line {get;}

    Property Value

    The line format.
    See Also