Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLine Class / NoBorder Property


In This Topic
    NoBorder Property
    In This Topic
    Gets a border line with a transparent color where the border is not drawn.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property NoBorder As BorderLine
    'Usage
     
    Dim value As BorderLine
     
    value = BorderLine.NoBorder
    public static BorderLine NoBorder {get;}
    See Also