SpreadsheetGear 2023
PatternTintAndShade Property (IInterior)


SpreadsheetGear Namespace > IInterior Interface : PatternTintAndShade Property
Gets or sets the property which controls darkening (values between -1.0 and 0.0) or lightening (values between 0.0 and 1.0) of the underlying theme color.
Syntax
'Declaration
 
Property PatternTintAndShade As System.Double
'Usage
 
Dim instance As IInterior
Dim value As System.Double
 
instance.PatternTintAndShade = value
 
value = instance.PatternTintAndShade
System.double PatternTintAndShade {get; set;}
Remarks
Setting this property will have no effect if the underlying color is not a theme color.
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

IInterior Interface
IInterior Members
PatternThemeColor Property
ColorDefined Property