Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / Graphics Property


In This Topic
    Graphics Property (IPaintingContext)
    In This Topic
    Gets or set the graphics device interface for painting.
    Syntax
    'Declaration
     
    
    ReadOnly Property Graphics As Graphics
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Graphics
     
    value = instance.Graphics
    Graphics Graphics {get;}
    See Also