ColorFormat.TintAndShade Property
Sets or returns the lightening or darkening of the the color of a specified shape. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property TintAndShade As Single
Get
Set
'Usage
Dim instance As ColorFormat
Dim value As Single
value = instance.TintAndShade
instance.TintAndShade = value
float TintAndShade { get; set; }
Property Value
Type: System.Single
Remarks
You can enter a value from -1 (darkest) to 1 (lightest) for the TintAndShade property, 0 (zero) being neutral.