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


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