[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridRenderer.GetBorderPen

GetBorderPen Method

GetBorderPen(CellType)

Gets a Pen object used to paint the cell borders.

Declaration
public virtual Pen GetBorderPen(C1FlexGridRenderer.CellType cellType)
Public Overridable Function GetBorderPen(cellType As C1FlexGridRenderer.CellType) As Pen
Parameters
Type Name Description
C1FlexGridRenderer.CellType cellType

C1FlexGridRenderer.CellType value that determines the type of cell being drawn.

Returns
Type Description
Pen

A Pen object used to paint the cell borders.