[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.Layer.Draw

Draw Property

Draw

Gets or sets a delegate that accepts a GcGraphics object and a Layer and draws the layer on the graphics.

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