Spread Windows Forms 12.0 Product Documentation
TintAndShade Property (ColorStop)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ColorStop Class : TintAndShade Property
Gets or sets a value that lightens or darkens the color of the represented object.
Syntax
'Declaration
 
Public Property TintAndShade As Double
'Usage
 
Dim instance As ColorStop
Dim value As Double
 
instance.TintAndShade = value
 
value = instance.TintAndShade
public double TintAndShade {get; set;}

Property Value

You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.
See Also

Reference

ColorStop Class
ColorStop Members