Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintGrayAreaEventArgs Class / Graphics Property


In This Topic
    Graphics Property (PaintGrayAreaEventArgs)
    In This Topic
    Gets or sets the graphics device that handles the gray area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Graphics As Graphics
    'Usage
     
    
    Dim instance As PaintGrayAreaEventArgs
    Dim value As Graphics
     
    value = instance.Graphics
    public Graphics Graphics {get;}
    See Also