Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BorderInfo Class / LineStyle Property


In This Topic
    LineStyle Property (BorderInfo)
    In This Topic
    Gets or sets the line style for the border.
    Syntax
    'Declaration
     
    Public Property LineStyle As BorderLineStyle
    'Usage
     
    Dim instance As BorderInfo
    Dim value As BorderLineStyle
     
    instance.LineStyle = value
     
    value = instance.LineStyle
    public BorderLineStyle LineStyle {get; set;}

    Property Value

    The line style.
    See Also