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


In This Topic
    Graphics Property (PaintGroupBarBackgroundEventArgs)
    In This Topic
    The Graphics object used to paint the background.
    Syntax
    'Declaration
     
    
    Public Property Graphics As Graphics
    'Usage
     
    
    Dim instance As PaintGroupBarBackgroundEventArgs
    Dim value As Graphics
     
    instance.Graphics = value
     
    value = instance.Graphics
    public Graphics Graphics {get; set;}
    See Also