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