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