SpreadsheetGear 2017
TintAndShade Property (IColorFormat)






SpreadsheetGear.Shapes Namespace > IColorFormat Interface : TintAndShade Property
Gets or sets the color modifier.
Syntax
'Declaration
 
Property TintAndShade As System.Double
'Usage
 
Dim instance As IColorFormat
Dim value As System.Double
 
instance.TintAndShade = value
 
value = instance.TintAndShade
System.double TintAndShade {get; set;}
read-write property TintAndShade: System.Double; 
function get,set TintAndShade : System.double
__property System.double get_TintAndShade();
__property void set_TintAndShade( 
   System.double value
);
property System.double TintAndShade {
   System.double get();
   void set (    System.double value);
}
Remarks
A value of -1 makes this color black, 1 makes this color white, 0.0 leaves the color as is.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IColorFormat Interface
IColorFormat Members
RGB Property
SchemeColor Property
ThemeColor Property