Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / ShowColor Property


In This Topic
ShowColor Property (IDrawingContext)
In This Topic
Gets or sets a value that indicates whether to show the color.
Syntax
'Declaration
 
Property ShowColor As Boolean
 
'Usage
 
Dim instance As IDrawingContext
Dim value As Boolean
 
instance.ShowColor = value
 
value = instance.ShowColor

Property Value

true to show color; otherwise, false.
See Also