Spread Windows Forms 12.0 Product Documentation
PatternTintAndShade Property


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