[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.Visual.Draw

Draw Property

Draw

Gets or sets a delegate that accepts a GcGraphics object and a Visual and draws the visual on the graphics.

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