Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ColorEventArgs Class / Color Property


In This Topic
Color Property (ColorEventArgs)
In This Topic
Gets or sets the color.
Syntax
'Declaration
 
Public Property Color As Color
 
'Usage
 
Dim instance As ColorEventArgs
Dim value As Color
 
instance.Color = value
 
value = instance.Color

Property Value

The color.
See Also