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