'Declaration
Public Overridable Function GetBorderPen( _ ByVal cellType As C1FlexGridRenderer.CellType _ ) As Pen
public virtual Pen GetBorderPen( C1FlexGridRenderer.CellType cellType )
Parameters
- cellType
- C1FlexGridRenderer.CellType value that determines the type of cell being drawn.
Return Value
A System.Drawing.Pen object used to paint the cell borders.