GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Visual Class / Draw Property

In This Topic
Draw Property (Visual)
In This Topic
Gets or sets a delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual and draws the visual on the graphics.
Syntax
'Declaration
 
Public Property Draw As System.Action(Of GcGraphics,Visual)
 
See Also