[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellStyle.CustomPostDraw

CustomPostDraw Property

CustomPostDraw

Gets or sets a delegate that draws custom content in a table cell (after drawing a TextLayout).

Declaration
public Action<GcGraphics, TableCell> CustomPostDraw { get; set; }
Public Property CustomPostDraw As Action(Of GcGraphics, TableCell)