Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / GridLine Constructor / GridLine Constructor(GridLineType,Color,Color,Color)
Type of grid line
Color of grid line
Highlight color for the grid line
Shadow color for the grid line


In This Topic
    GridLine Constructor(GridLineType,Color,Color,Color)
    In This Topic
    Creates a new grid line of the specified line type and colors.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As GridLineType, _
       ByVal color As Color, _
       ByVal highlightColor As Color, _
       ByVal shadowColor As Color _
    )
    'Usage
     
    
    Dim type As GridLineType
    Dim color As Color
    Dim highlightColor As Color
    Dim shadowColor As Color
     
    Dim instance As New GridLine(type, color, highlightColor, shadowColor)

    Parameters

    type
    Type of grid line
    color
    Color of grid line
    highlightColor
    Highlight color for the grid line
    shadowColor
    Shadow color for the grid line
    See Also