Spread Windows Forms 12.0 Product Documentation
Color Property (ColorEventArgs)


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > ColorEventArgs Class : Color Property
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
public Color Color {get; set;}

Property Value

The color.
See Also

Reference

ColorEventArgs Class
ColorEventArgs Members