Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / LineWidth Property


In This Topic
    LineWidth Property
    In This Topic
    Gets the width of the line, according to the style of the line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineWidth As Integer
    'Usage
     
    
    Dim instance As Line
    Dim value As Integer
     
    value = instance.LineWidth
    public int LineWidth {get;}

    Property Value

    An System.Int32 value that represents the line width.
    See Also