Gets or sets a delegate that accepts a
GrapeCity.Documents.Drawing.GcGraphics object and a
Visual and draws the visual on the graphics.
public System.Action<GcGraphics,Visual> Draw {get; set;}
'Declaration
Public Property Draw As System.Action(Of GcGraphics,Visual)