Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / ShowColor Property


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

Property Value

true to show color; otherwise, false.
See Also