ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi Namespace / GdiCanvasItemRenderer Class / Graphics Property

In This Topic
    Graphics Property (GdiCanvasItemRenderer)
    In This Topic
    Gets the graphics.
    Syntax
    'Declaration
     
    Public Property Graphics As Graphics
    public Graphics Graphics {get; set;}
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also