[]
Gets or sets a delegate that draws custom content in a table cell (before drawing a TextLayout).
public Action<GcGraphics, TableCell> CustomDraw { get; set; }
Public Property CustomDraw As Action(Of GcGraphics, TableCell)