Spread Windows Forms 12.0 Product Documentation
Tint Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : Tint Property
Gets or sets the tint.
Syntax
'Declaration
 
Public Property Tint As Double
'Usage
 
Dim instance As Color
Dim value As Double
 
instance.Tint = value
 
value = instance.Tint
public double Tint {get; set;}

Property Value

The tint.
See Also

Reference

Color Structure
Color Members