Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / PrintingContext Class / DrawingContext Property


In This Topic
    DrawingContext Property
    In This Topic
    Gets the drawing context using draw commands.
    Syntax
    'Declaration
     
    Public ReadOnly Property DrawingContext As IDrawingContext
    'Usage
     
    Dim instance As PrintingContext
    Dim value As IDrawingContext
     
    value = instance.DrawingContext
    public IDrawingContext DrawingContext {get;}
    See Also