Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / PatternTintAndShade Property


In This Topic
PatternTintAndShade Property
In This Topic
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

Property Value

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