Spread Windows Forms 12.0 Product Documentation
TintAndShade Property (IInterior)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IInterior Interface : TintAndShade Property
Gets or sets a value that lightens or darkens a color.
Syntax
'Declaration
 
Property TintAndShade As Double
'Usage
 
Dim instance As IInterior
Dim value As Double
 
instance.TintAndShade = value
 
value = instance.TintAndShade
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

IInterior Interface
IInterior Members