Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / CustomDraw Property

In This Topic
    CustomDraw Property
    In This Topic
    Gets or sets a delegate that draws custom content in a table cell (before drawing a GrapeCity.Documents.Text.TextLayout).
    Syntax
    'Declaration
     
    Public Property CustomDraw As System.Action(Of GcGraphics,TableCell)
    public System.Action<GcGraphics,TableCell> CustomDraw {get; set;}
    See Also