Spread WinForms 15
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
See Also