[]
Gets a Pen object used to paint the cell borders.
public virtual Pen GetBorderPen(C1FlexGridRenderer.CellType cellType)
Public Overridable Function GetBorderPen(cellType As C1FlexGridRenderer.CellType) As Pen
| Type | Name | Description |
|---|---|---|
| C1FlexGridRenderer.CellType | cellType | C1FlexGridRenderer.CellType value that determines the type of cell being drawn. |
| Type | Description |
|---|---|
| Pen | A Pen object used to paint the cell borders. |