Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / Weight Property


In This Topic
    Weight Property
    In This Topic
    Gets or sets the System.Double value that represents the weight of the line.
    Syntax
    'Declaration
     
    
    Property Weight As Double
    'Usage
     
    
    Dim instance As ILineFormat
    Dim value As Double
     
    instance.Weight = value
     
    value = instance.Weight
    double Weight {get; set;}

    Property Value

    The weight of the line.
    See Also