Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / Style Property


In This Topic
    Style Property (Line)
    In This Topic
    Gets or sets the line style (dotted, dashed, inset, and so on.).
    Syntax
    'Declaration
     
    
    Public Property Style As LineStyle
    'Usage
     
    
    Dim instance As Line
    Dim value As LineStyle
     
    instance.Style = value
     
    value = instance.Style
    public LineStyle Style {get; set;}

    Property Value

    One of the LineStyle values that indicates the style.
    See Also